Skip to content

Commit 51c8642

Browse files
authored
talosctl: 1.8.1 -> 1.8.2 (#351908)
2 parents 8861de3 + fff5858 commit 51c8642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ta/talosctl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "talosctl";
5-
version = "1.8.1";
5+
version = "1.8.2";
66

77
src = fetchFromGitHub {
88
owner = "siderolabs";
99
repo = "talos";
1010
rev = "v${version}";
11-
hash = "sha256-6WHeiVH/vZHiM4bqq3T5lC0ARldJyZtIErPeDgrZgxc=";
11+
hash = "sha256-sD/Nn1ZLM6JIZdWQsBioKyhrAvhz749LL4xWleQ80xY=";
1212
};
1313

14-
vendorHash = "sha256-aTtvVpL979BUvSBwBqRqCWSWIBBmmty9vBD97Q5P4+E=";
14+
vendorHash = "sha256-pWG8DbZ9N57p2Q9w/IzETcvwaSfzaUvJgcz7Th/Oi9c=";
1515

1616
ldflags = [ "-s" "-w" ];
1717

0 commit comments

Comments
 (0)