summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/talosctl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-16 01:51:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-16 01:51:50 +0000
commit1b607d90a813e204c0237d7a89544f448d33330f (patch)
tree4e71f180892551fd27f5e272d9b0a490cb42ba6c /pkgs/applications/networking/cluster/talosctl
parent41214830851cf31c75a23a30d8361f5c37afcfac (diff)
talosctl: 1.3.5 -> 1.3.6
Diffstat (limited to 'pkgs/applications/networking/cluster/talosctl')
-rw-r--r--pkgs/applications/networking/cluster/talosctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/talosctl/default.nix b/pkgs/applications/networking/cluster/talosctl/default.nix
index 4c8cbda6945bc..e70f3329d67d5 100644
--- a/pkgs/applications/networking/cluster/talosctl/default.nix
+++ b/pkgs/applications/networking/cluster/talosctl/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "talosctl";
-  version = "1.3.5";
+  version = "1.3.6";
 
   src = fetchFromGitHub {
     owner = "siderolabs";
     repo = "talos";
     rev = "v${version}";
-    hash = "sha256-LXAQSz39dtfSN6ks6UYJtXiTjcVz/a+f+JIsgC3MXic=";
+    hash = "sha256-UViS9s8si1OuGAiTP2o80A2jw9uh3nc73XjXCtG8Iho=";
   };
 
-  vendorHash = "sha256-ctkeEGrh8tzWvEsVhcc2Cl3rAMkYQtcxD1b27ux1QDM=";
+  vendorHash = "sha256-faw2I7cdhWM1ue6Ab2uHZXb9cdelcpoAooynrHeyIgw=";
 
   ldflags = [ "-s" "-w" ];