werf: 1.2.188 -> 1.2.190

This commit is contained in:
R. Ryantm 2022-11-20 12:53:35 +00:00 committed by Bobby Rong
parent 0a732598cf
commit fd6f02ed5b

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "werf";
version = "1.2.188";
version = "1.2.190";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-C8y86q+uf+8EZ9kBAZehld7PpGByJLjhYQOrc3YKH1A=";
hash = "sha256-xjZVBLdDLLlfnXX87lwgIeQ6ySI9cNoE5nrRJVBS/l0=";
};
vendorHash = "sha256-GjcmpHyjhjCWE5gQR/oTHfhHYg5WRu8uhgAuWhdxlYk=";