Compare commits

..

No commits in common. "e2c667dbc2403ade49137d74f86967776c84e8d2" and "2f6ad4b0343de1e3dd239cfe495bc8632ccef63c" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "talosctl";
version = "1.8.2";
version = "1.8.1";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
hash = "sha256-sD/Nn1ZLM6JIZdWQsBioKyhrAvhz749LL4xWleQ80xY=";
hash = "sha256-6WHeiVH/vZHiM4bqq3T5lC0ARldJyZtIErPeDgrZgxc=";
};
vendorHash = "sha256-pWG8DbZ9N57p2Q9w/IzETcvwaSfzaUvJgcz7Th/Oi9c=";
vendorHash = "sha256-aTtvVpL979BUvSBwBqRqCWSWIBBmmty9vBD97Q5P4+E=";
ldflags = [ "-s" "-w" ];

View file

@ -35,7 +35,7 @@ with lib;
wget
dnsutils
jq
yq-go
yq
nvme-cli
smartmontools
];

View file

@ -17,7 +17,7 @@
jq
nix
unstable.ncdu
yq-go
yq
# nix lsp/formatters
nil