Merge pull request #194922 from azahi/werf

werf: 1.2.176 -> 1.2.177
This commit is contained in:
Bobby Rong
2022-10-08 20:38:41 +08:00
committed by GitHub
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.176";
version = "1.2.177";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-E6xRnEIo6ks8E9bWjo8d+mDhYe+nsKIFdUEGS6tbgXM=";
hash = "sha256-hvMDQlWlAy7gRiSJMt2qAtBpYEbfhGS/DZeQK5ueHYA=";
};
vendorHash = "sha256-NHRPl38/R7yS8Hht118mBc+OBPwfYiHOaGIwryNK8Mo=";
vendorHash = "sha256-ZZh6vKbipp/JmDiB2ELKCFuRUDetmA3+WG7o6ZIQXZk=";
proxyVendor = true;