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 { buildGoModule rec {
pname = "talosctl"; pname = "talosctl";
version = "1.8.2"; version = "1.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "siderolabs"; owner = "siderolabs";
repo = "talos"; repo = "talos";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-sD/Nn1ZLM6JIZdWQsBioKyhrAvhz749LL4xWleQ80xY="; hash = "sha256-6WHeiVH/vZHiM4bqq3T5lC0ARldJyZtIErPeDgrZgxc=";
}; };
vendorHash = "sha256-pWG8DbZ9N57p2Q9w/IzETcvwaSfzaUvJgcz7Th/Oi9c="; vendorHash = "sha256-aTtvVpL979BUvSBwBqRqCWSWIBBmmty9vBD97Q5P4+E=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];

View file

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

View file

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