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 {
|
buildGoModule rec {
|
||||||
pname = "talosctl";
|
pname = "talosctl";
|
||||||
version = "1.8.1";
|
version = "1.8.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "siderolabs";
|
owner = "siderolabs";
|
||||||
repo = "talos";
|
repo = "talos";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-6WHeiVH/vZHiM4bqq3T5lC0ARldJyZtIErPeDgrZgxc=";
|
hash = "sha256-sD/Nn1ZLM6JIZdWQsBioKyhrAvhz749LL4xWleQ80xY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-aTtvVpL979BUvSBwBqRqCWSWIBBmmty9vBD97Q5P4+E=";
|
vendorHash = "sha256-pWG8DbZ9N57p2Q9w/IzETcvwaSfzaUvJgcz7Th/Oi9c=";
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ with lib;
|
||||||
wget
|
wget
|
||||||
dnsutils
|
dnsutils
|
||||||
jq
|
jq
|
||||||
yq
|
yq-go
|
||||||
nvme-cli
|
nvme-cli
|
||||||
smartmontools
|
smartmontools
|
||||||
];
|
];
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
jq
|
jq
|
||||||
nix
|
nix
|
||||||
unstable.ncdu
|
unstable.ncdu
|
||||||
yq
|
yq-go
|
||||||
|
|
||||||
# nix lsp/formatters
|
# nix lsp/formatters
|
||||||
nil
|
nil
|
||||||
|
|
Loading…
Reference in a new issue