3
0
Fork 0
forked from mirrors/nixpkgs

werf: 1.2.73 -> 1.2.74

This commit is contained in:
R. Ryantm 2022-03-13 02:26:41 +00:00
parent 12769bc7e1
commit 658496e9bd

View file

@ -11,15 +11,15 @@
buildGoModule rec {
pname = "werf";
version = "1.2.73";
version = "1.2.74";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-E16p40Pmr9o2946XlO3TUE/xUueG0NBWux23MgAVLlI=";
sha256 = "sha256-Mfgvl6ljmYn9Vu/tWS0JAuH1pzQZ4zoD5+5ejUJF/Lg=";
};
vendorSha256 = "sha256-NHeUj1JWRqElY2BpQ+7ANqwlOYQ5H2R00LGqktcsoF4=";
vendorSha256 = "sha256-MsIbuwsb0sKEh3Z7ArtG/8SWFPaXLu+TGNruhsHhtb4=";
proxyVendor = true;
nativeBuildInputs = [ pkg-config ];