werf: 2.55.0 -> 2.55.4 (#469222)

This commit is contained in:
Azat Bahawi
2025-12-09 09:55:31 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildGoModule (finalAttrs: {
pname = "werf";
version = "2.55.0";
version = "2.55.4";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
tag = "v${finalAttrs.version}";
hash = "sha256-mzZmLdzMlAArn8qr2fZH+U4Buewr+eBwyLCmqXKzlAM=";
hash = "sha256-bfz9mjvvqT6jA9CGLNGox8IaE0QzVGWRc5I/vaB6e5M=";
};
proxyVendor = true;