Unverified Commit 83a0cce3 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #248144 from ragingpastry/zarf-0.28.4

zarf: 0.28.2 -> 0.28.4
parents 98fa5081 f3168488
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''