Skip to content

Commit dc9cb20

Browse files
committed
talosctl: 1.10.4 -> 1.10.5
1 parent 58d0845 commit dc9cb20

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

1313
src = fetchFromGitHub {
1414
owner = "siderolabs";
1515
repo = "talos";
1616
tag = "v${version}";
17-
hash = "sha256-TWaORaR+3PTc+KqWuZiR5HpsuY7ox5BjQ72F8uYRzWQ=";
17+
hash = "sha256-s+vRJ0qFhsgLiRpQfUnf/p6bcjQq40ISTB042iE7eBQ=";
1818
};
1919

20-
vendorHash = "sha256-SDSWWhj3MTuNASZOujKz2M3glO1dhg0cS2pdfeZXyPk=";
20+
vendorHash = "sha256-lYfyW3BEqlzf2wesZwNqQPdjSKRRldEbOeyRri4GwvQ=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)