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>2023-07-08 07:38:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-08 07:38:43 +0000
commitcb704c2196fc04e27c89a967734d0ca33389920f (patch)
tree41155a558a338c6766c4b10787e5255272c9f91b /pkgs/applications/networking/cluster/zarf
parent687ed41b532af50e440258159b4360e783bad87e (diff)
zarf: 0.28.0 -> 0.28.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 a51e439439b8f..3c6f1275a29c0 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.28.0";
+  version = "0.28.1";
 
   src = fetchFromGitHub {
     owner = "defenseunicorns";
     repo = "zarf";
     rev = "v${version}";
-    hash = "sha256-TE7XP+qZkFxmms1iWDH8ziO8Rvkuo8cz8NdnMC/VU4s=";
+    hash = "sha256-TgrYDLlbaYQwRpG4Vy9sZGWawbN4iS9YFVEjlB3JVfY=";
   };
 
-  vendorHash = "sha256-5HIRwOTZwElU2Ej8EhwmTtqtL6r+Hc7Vp8XjqCulo34=";
+  vendorHash = "sha256-dIQ+6aWI47zI++4skMFnyDYpQPcHEHSwUS9aXatY43g=";
   proxyVendor = true;
 
   preBuild = ''