Skip to content

Commit f2946a2

Browse files
authored
talosctl: 1.10.6 -> 1.10.7 (#437211)
2 parents f53a6bd + fff95f2 commit f2946a2

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.10.6";
11+
version = "1.10.7";
1212

1313
src = fetchFromGitHub {
1414
owner = "siderolabs";
1515
repo = "talos";
1616
tag = "v${version}";
17-
hash = "sha256-s1d1TVBGi9AZD/nXSv7graKgD6H1MLr4Fvg64c88A4A=";
17+
hash = "sha256-ve10wLoPVvZQKyzJVxtTTPCwDg9s+2Z06g2fwzm46mk=";
1818
};
1919

20-
vendorHash = "sha256-kj0B4OVvIr1lIEA+niZiX97kijgnMxO9tz87yGPzWds=";
20+
vendorHash = "sha256-Ib99XI9jAVNTOChjRuiF1L194XjQILMDQjv7ugGYQA0=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)