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

werf: 1.2.177 -> 1.2.178
This commit is contained in:
Stanisław Pitucha 2022-10-12 20:17:57 +11:00 committed by GitHub
commit 8b2e3785d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "werf";
version = "1.2.177";
version = "1.2.178";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-hvMDQlWlAy7gRiSJMt2qAtBpYEbfhGS/DZeQK5ueHYA=";
hash = "sha256-gmUamDV7gH30grFkG6rqDEf73wxe+FqhPi1GkNOeKuk=";
};
vendorHash = "sha256-4QVLxvprm27Bv/ZFgxTtqZcSAWak1e+G8s+heW1JZnA=";