summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-29 21:24:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-29 21:24:41 +0000
commitaf6f6e1e3bfb18b6f24257d8182c150614ba1169 (patch)
tree9294afab7114f3aba769173dc6a32db308a981ee
parentMerge pull request #228919 from r-ryantm/auto-update/gerrit (diff)
downloadnixpkgs-af6f6e1e3bfb18b6f24257d8182c150614ba1169.tar.gz
talosctl: 1.4.0 -> 1.4.1
-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 77629850e280..d0c109fbb2fe 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.4.0";
+ version = "1.4.1";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
- hash = "sha256-EJrzq6fChNA1N3TTkwD5/1TdLDso9jGuTgWUG4RwqGA=";
+ hash = "sha256-ZnVqpJ62X6JlL/yAjpdh8e3U6Lvs/GncCkKU42GRI/Q=";
};
- vendorHash = "sha256-Thkj8Zhj/HXAnRcFxuCEVd94CMrt8Bsq2FHx6siH6Ww=";
+ vendorHash = "sha256-1YHYDC22yvtADOIuYxzonV7yaLsQOFELwEEXvu77JdE=";
ldflags = [ "-s" "-w" ];