Skip to content

Commit 05397ad

Browse files
authored
talosctl: 1.9.3 -> 1.9.4 (#381946)
2 parents 53b4289 + 6173ea8 commit 05397ad

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
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "talosctl";
11-
version = "1.9.3";
11+
version = "1.9.4";
1212

1313
src = fetchFromGitHub {
1414
owner = "siderolabs";
1515
repo = "talos";
1616
tag = "v${version}";
17-
hash = "sha256-nI+6EzbGQzfM/pG4d5O4I5BEJ2aNaZ/sE28/EcgQmCs=";
17+
hash = "sha256-gD9fIBILqSFExTIziNx6Hy6TpsBC90yHSfSDB9fhKwA=";
1818
};
1919

20-
vendorHash = "sha256-o/PYWR7KOWCVXUhzdPY0bxRhCROXzp/UAXgFkWpggC8=";
20+
vendorHash = "sha256-ECTR1U2RlatLK3c3UP/aHzYMkN6WxPsHuwoXUzIYsAA=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)