about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-12 17:55:36 +0100
committerGitHub <noreply@github.com>2024-01-12 17:55:36 +0100
commitb26a4ee7a14b7caad6c256a35440715e7429226a (patch)
tree09349f93fffed9e3b6f2abb381626b870a0965a7 /pkgs
parentabbb71a9c3d10546597c9e4dac8bfa5560ebd7d4 (diff)
parent83dc5e54e0e203dbed6b1a1395370be4b21f7d31 (diff)
Merge pull request #279096 from r-ryantm/auto-update/zarf
zarf: 0.32.0 -> 0.32.1
Diffstat (limited to 'pkgs')
-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 = ''