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 c46afef + 283548d commit ced1fe4Copy full SHA for ced1fe4
pkgs/by-name/ne/nelm/package.nix
@@ -9,16 +9,16 @@
9
}:
10
buildGoModule (finalAttrs: {
11
pname = "nelm";
12
- version = "1.8.0";
+ version = "1.10.0";
13
14
src = fetchFromGitHub {
15
owner = "werf";
16
repo = "nelm";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-IZO+uMWa2dxvfRhxeVy6JRIzRC1CduZxUHPrA8lqxi8=";
+ hash = "sha256-FtYRfGHdU3eScFQYDS4vAqQ7fgcGIUYhn7N5/X0rhXA=";
19
};
20
21
- vendorHash = "sha256-wrZe0YmsMOHD3NOOXRKM0ZLnnOvasFyPq26JIAqyXTQ=";
+ vendorHash = "sha256-QxzI+MO3wJxioW7NQwEigNq6NDu81Pu2BUBlwRvqyqk=";
22
23
subPackages = [ "cmd/nelm" ];
24
0 commit comments