Unverified Commit b26a4ee7 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #279096 from r-ryantm/auto-update/zarf

zarf: 0.32.0 -> 0.32.1
parents abbb71a9 83dc5e54
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''