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

werf: 1.2.77 -> 1.2.78
This commit is contained in:
Ryan Mulligan 2022-03-24 07:58:24 -07:00 committed by GitHub
commit b27a002344
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.77";
version = "1.2.78";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-JmadwNERjexnJN+fBUjgMkvPtAaTbb7GITPsZlx2vik=";
sha256 = "sha256-ehrzb7WvkYL8oj2RSzKc1KDagV0zg6vMzgpT2sPyhcI=";
};
vendorSha256 = "sha256-IPQiS1GgNP+k/INv3f3VitoHActC3MrRys905nTSXyI=";
vendorSha256 = "sha256-w8ZeAQbZIVOBoRa9fJhXgTeYRCYpkh/U4pwb5u6A9mQ=";
proxyVendor = true;
nativeBuildInputs = [ pkg-config ];