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-02-29 13:13:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 13:13:09 +0000
commitc9bb159a0fcce1ce6aa73aea5cf12df7f28c55d2 (patch)
tree298d296aa83dfcf04ad37add52e6a529bded252f /pkgs/applications/networking/cluster/zarf
parent575147aed746e3230b46795176e50645b8fe8387 (diff)
zarf: 0.32.2 -> 0.32.4
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 2bef721e6df20..1834b5ae58a1e 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.2";
+  version = "0.32.4";
 
   src = fetchFromGitHub {
     owner = "defenseunicorns";
     repo = "zarf";
     rev = "v${version}";
-    hash = "sha256-LQe/M7uX6VKA7q040wFWKYQ96M1Ynp37uglENqvyAaU=";
+    hash = "sha256-Pm8xvJKKIa7PX6oYR1LoxmHeG3rQdsfS444kL5R3/zQ=";
   };
 
-  vendorHash = "sha256-HAIupM30qmOqol661iFm2lNjukoKBvYY1tPTnc0u3lg=";
+  vendorHash = "sha256-2cXkGgyZoCsVYLPB4sglOWZURl1AS0Gb/7ke7P3mdyw=";
   proxyVendor = true;
 
   preBuild = ''