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

werf: 2.10.1 -> 2.10.3
This commit is contained in:
Azat Bahawi 2024-08-18 16:21:03 +00:00 committed by GitHub
commit 1b85d6e094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
buildGoModule rec { buildGoModule rec {
pname = "werf"; pname = "werf";
version = "2.10.1"; version = "2.10.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "werf"; owner = "werf";
repo = "werf"; repo = "werf";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-oDtGuMUQ5Lfi2ap8G8ei1ZQyHA3oC+gTJvYlTrATEIY="; hash = "sha256-/rgM6QQAQDkxYCOuRT3lbB/ojNGZnergCB5C+7Rn8SY=";
}; };
vendorHash = "sha256-HcxFqTzCkFv3Res3d7iPV3fkgshvuxOB0KNbHMjl6rQ="; vendorHash = "sha256-OR2nIR2q3iRfaSQSQRKn+jbygETx2+WmkOIjOCIB9O8=";
proxyVendor = true; proxyVendor = true;