werf: 1.2.241 -> 1.2.242

This commit is contained in:
R. Ryantm 2023-07-09 06:37:30 +00:00
parent d485da9d00
commit 8c70df85b5

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.241";
version = "1.2.242";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-KEcHKMWe6t2TWbpQecpEDEdldi+9b0E5t+g+Zkhhqtw=";
hash = "sha256-cYEhqoCkJtBRQuQDViA+x5Ow5bUB5Y2lZZf18cm5ig8=";
};
vendorHash = "sha256-iP1j11bWs5Laa1f3VEt/w+NMSWhHD8Kf4cwAZiy9sRc=";
vendorHash = "sha256-tNTjPIVfviUZ4ONDyQI3M+DIzZvvPbBPdVu0Du+PIdg=";
proxyVendor = true;