werf: 2.35.4 -> 2.35.8

This commit is contained in:
R. Ryantm 2025-05-06 09:00:35 +00:00
parent 5a837cb866
commit a6390c8ad7

View File

@ -10,17 +10,17 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "werf"; pname = "werf";
version = "2.35.4"; version = "2.35.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "werf"; owner = "werf";
repo = "werf"; repo = "werf";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-bp0KtTsKSBfCLwKfHseLKnGh9ub09+FC841y0I+KNtw="; hash = "sha256-akrhVRjoWrBdSrYWe4MZnCAMdT2KfXxAI4oBvrHBwC8=";
}; };
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-vWjFdwcVbw8lxJl2mR54O8DpiwbGzyCy50Heu7NFLA8="; vendorHash = "sha256-9caBSJ/eMEdVQ55eebjibtsZJOMZk4OcP1D/NckWxCQ=";
subPackages = [ "cmd/werf" ]; subPackages = [ "cmd/werf" ];