werf: 2.51.1 -> 2.51.3 (#459134)

This commit is contained in:
Azat Bahawi
2025-11-07 02:54:33 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildGoModule (finalAttrs: {
pname = "werf";
version = "2.51.1";
version = "2.51.3";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
tag = "v${finalAttrs.version}";
hash = "sha256-8tmBzwvuYv3FvSNFpu51fYZP1nqQHtfKioY6eycf7W8=";
hash = "sha256-xka8poabuG1Bwmo+Q+VeWLZIkKSY9+k5JHYTO2ecz2I=";
};
proxyVendor = true;