Compare commits
2 commits
2f6ad4b034
...
e2c667dbc2
Author | SHA1 | Date | |
---|---|---|---|
e2c667dbc2 | |||
4388e7398c |
3 changed files with 5 additions and 5 deletions
|
@ -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" ];
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ with lib;
|
|||
wget
|
||||
dnsutils
|
||||
jq
|
||||
yq
|
||||
yq-go
|
||||
nvme-cli
|
||||
smartmontools
|
||||
];
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
jq
|
||||
nix
|
||||
unstable.ncdu
|
||||
yq
|
||||
yq-go
|
||||
|
||||
# nix lsp/formatters
|
||||
nil
|
||||
|
|
Loading…
Reference in a new issue