werf: 1.2.191 -> 1.2.193

This commit is contained in:
R. Ryantm 2022-12-22 08:03:55 +00:00
parent b10a520017
commit 1002fb0e66

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "werf";
version = "1.2.191";
version = "1.2.193";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-MNIHY3bswPGd8hhR0/9ZxifSv+/kWvLmNESqYRVPao8=";
hash = "sha256-4q+LtPwJa3gioOY90gUfCL4F/8jmtfkBKxBShg2xQas=";
};
vendorHash = "sha256-GjcmpHyjhjCWE5gQR/oTHfhHYg5WRu8uhgAuWhdxlYk=";