Merge pull request #244157 from ragingpastry/zarf-0.28.2
zarf: 0.28.1 -> 0.28.2
This commit is contained in:
commit
8c7af7b7c4
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "zarf";
|
pname = "zarf";
|
||||||
version = "0.28.1";
|
version = "0.28.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "defenseunicorns";
|
owner = "defenseunicorns";
|
||||||
repo = "zarf";
|
repo = "zarf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-TgrYDLlbaYQwRpG4Vy9sZGWawbN4iS9YFVEjlB3JVfY=";
|
hash = "sha256-4217HkmTridDkq0c0lqkcbwqxqAceNIVFl/TEDcuxCA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-dIQ+6aWI47zI++4skMFnyDYpQPcHEHSwUS9aXatY43g=";
|
vendorHash = "sha256-sTI/fpT/5/2ulhCuhsKpY5epJup2TxF2jpRqBI0eOWA=";
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
|
Loading…
Reference in a new issue