about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-09 15:53:32 -0400
committerGitHub <noreply@github.com>2023-08-09 15:53:32 -0400
commit83a0cce3cfe232435a8c77760eb6ad82a344ea75 (patch)
treefc1e16ba7806f5d39514cde22096c29b37ac193e /pkgs
parent98fa5081b97a41fd29dde7b7735e0cf4f268de63 (diff)
parentf31684880ef198c5a852ba21d00dfaee0717d4da (diff)
Merge pull request #248144 from ragingpastry/zarf-0.28.4
zarf: 0.28.2 -> 0.28.4
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 60c1c59c6a922..ac9774e2ef607 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.2";
+  version = "0.28.4";
 
   src = fetchFromGitHub {
     owner = "defenseunicorns";
     repo = "zarf";
     rev = "v${version}";
-    hash = "sha256-4217HkmTridDkq0c0lqkcbwqxqAceNIVFl/TEDcuxCA=";
+    hash = "sha256-UloVE3CRiXYzIAm0Yyt0WyYEY7ykCyIiPH5JNa/acAo=";
   };
 
-  vendorHash = "sha256-sTI/fpT/5/2ulhCuhsKpY5epJup2TxF2jpRqBI0eOWA=";
+  vendorHash = "sha256-+i4pHHCo7sSESerHEVQ1r8MoEzhKdfhRGRjvyiyPG5E=";
   proxyVendor = true;
 
   preBuild = ''