We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60a5535 + 8f8a576 commit 5ace65cCopy full SHA for 5ace65c
1 file changed
pkgs/by-name/we/werf/package.nix
@@ -10,13 +10,13 @@
10
}:
11
buildGoModule (finalAttrs: {
12
pname = "werf";
13
- version = "2.69.0";
+ version = "2.69.1";
14
15
src = fetchFromGitHub {
16
owner = "werf";
17
repo = "werf";
18
tag = "v${finalAttrs.version}";
19
- hash = "sha256-pSWrHbstEHvN9Kzql6naZ7HVxuH76xM5v2UMDY5QZ74=";
+ hash = "sha256-w3H+SwCNkAg8MfA1FbSOTrG6pHDBMhkoaBlsuwERBNM=";
20
};
21
22
proxyVendor = true;
0 commit comments