Compare commits

...

2 commits

Author SHA1 Message Date
e2c667dbc2
update talosctl to v1.8.2 2024-11-06 08:01:44 -06:00
4388e7398c
newer, less bugs 2024-11-06 07:58:12 -06:00
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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