werf: 1.2.146 -> 1.2.151

This commit is contained in:
R. Ryantm 2022-08-11 01:44:41 +00:00
parent 89e89c8f6a
commit d99bde6743

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.146";
version = "1.2.151";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-6OIV9vs0XWlhosWrKX/GL5q2REYzX5UMd1IHEiM1/qA=";
sha256 = "sha256-YgyR3BVkfQcluTamXlsCHHfqxbM1wqdmGsHPYDyMk8I=";
};
vendorSha256 = "sha256-yWKIaH0KXiJR1EVu/htqeDi7qEGu8IvD6m1GcMUdgJo=";
vendorSha256 = "sha256-XpSAFiweD2oUKleD6ztDp1+3PpfUWXfGaaE/9mzRrUQ=";
proxyVendor = true;