Commit 449c5207 authored by Nick Wilburn's avatar Nick Wilburn
Browse files

zarf: 0.29.2 -> 0.30.0

parent d06515a0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "zarf";
  version = "0.29.2";
  version = "0.30.0";

  src = fetchFromGitHub {
    owner = "defenseunicorns";
    repo = "zarf";
    rev = "v${version}";
    hash = "sha256-eSKoh1Ab2rzpOOHRi+FZ92ic92Q6bFpu1jYIPhmoqQc=";
    hash = "sha256-bsUnwciJ+s3lkiVXD09xQx8EAhE964/JBeggVprwkTc=";
  };

  vendorHash = "sha256-p1QLNbkNlIwqHzLjGX5YGC2Xxu0nAjmMfGwKXhi9XkU=";
  vendorHash = "sha256-Uu7U8tjpHe/OzbQREty0X6ik6JafzYdax2762BkGacw=";
  proxyVendor = true;

  preBuild = ''