about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/zarf
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-06 07:19:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-06 07:19:51 +0000
commit83dc5e54e0e203dbed6b1a1395370be4b21f7d31 (patch)
tree21b96e730a70ac42bf3924c6e9c908f74c3015bc /pkgs/applications/networking/cluster/zarf
parent338a8dc6c108e5cae1e2d24dc131bdef4f6e24c1 (diff)
zarf: 0.32.0 -> 0.32.1
Diffstat (limited to 'pkgs/applications/networking/cluster/zarf')
-rw-r--r--pkgs/applications/networking/cluster/zarf/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/zarf/default.nix b/pkgs/applications/networking/cluster/zarf/default.nix
index d3b98668fc490..371b986f9d6cc 100644
--- a/pkgs/applications/networking/cluster/zarf/default.nix
+++ b/pkgs/applications/networking/cluster/zarf/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "zarf";
-  version = "0.32.0";
+  version = "0.32.1";
 
   src = fetchFromGitHub {
     owner = "defenseunicorns";
     repo = "zarf";
     rev = "v${version}";
-    hash = "sha256-ijEzPY5J/qqMxhGkbiY5r4JnFNSiT+Sl5NZ7qV1qQwo=";
+    hash = "sha256-A5GfXdm13u82yW8mTYDX+H6idCBSeYML3C56t1TD2ec=";
   };
 
-  vendorHash = "sha256-UDfeARPIade3Gal7NETXexvYYKQmx4gr69PmUjtdSJQ=";
+  vendorHash = "sha256-7UBqO1O6o/eM04/bZpcGgttLhSoemcBBly3IZbATAz0=";
   proxyVendor = true;
 
   preBuild = ''