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

werf: 1.2.241 -> 1.2.242
This commit is contained in:
Azat Bahawi
2023-07-09 11:21:39 +03:00
committed by GitHub
@@ -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;