Merge pull request #162925 from r-ryantm/auto-update/werf

werf: 1.2.72 -> 1.2.73
This commit is contained in:
Renaud 2022-03-06 16:53:10 +01:00 committed by GitHub
commit f0e1d5094f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,15 +11,15 @@
buildGoModule rec {
pname = "werf";
version = "1.2.72";
version = "1.2.73";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-svnZBzFYKj9hIjv4SqPSP65rKIeWQqs2qwnx8J7dUIg=";
sha256 = "sha256-E16p40Pmr9o2946XlO3TUE/xUueG0NBWux23MgAVLlI=";
};
vendorSha256 = "sha256-75uCGxW6Gqfhk5oImz26fUR8BeGHkikXHGJcCH32MxQ=";
vendorSha256 = "sha256-NHeUj1JWRqElY2BpQ+7ANqwlOYQ5H2R00LGqktcsoF4=";
proxyVendor = true;
nativeBuildInputs = [ pkg-config ];