We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8861de3 + fff5858 commit 51c8642Copy full SHA for 51c8642
pkgs/by-name/ta/talosctl/package.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "talosctl";
5
- version = "1.8.1";
+ version = "1.8.2";
6
7
src = fetchFromGitHub {
8
owner = "siderolabs";
9
repo = "talos";
10
rev = "v${version}";
11
- hash = "sha256-6WHeiVH/vZHiM4bqq3T5lC0ARldJyZtIErPeDgrZgxc=";
+ hash = "sha256-sD/Nn1ZLM6JIZdWQsBioKyhrAvhz749LL4xWleQ80xY=";
12
};
13
14
- vendorHash = "sha256-aTtvVpL979BUvSBwBqRqCWSWIBBmmty9vBD97Q5P4+E=";
+ vendorHash = "sha256-pWG8DbZ9N57p2Q9w/IzETcvwaSfzaUvJgcz7Th/Oi9c=";
15
16
ldflags = [ "-s" "-w" ];
17
0 commit comments