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.
1 parent 504e3ec commit 7dd27c3Copy full SHA for 7dd27c3
pkgs/by-name/nf/nfs-ganesha/package.nix
@@ -20,7 +20,7 @@
20
21
stdenv.mkDerivation rec {
22
pname = "nfs-ganesha";
23
- version = "6.2";
+ version = "6.3";
24
25
outputs = [
26
"out"
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
32
owner = "nfs-ganesha";
33
repo = "nfs-ganesha";
34
rev = "V${version}";
35
- hash = "sha256-wWN9E6QxipTh5ppEyEbhqG0uSVjd+DzWgY/oj5FIso0=";
+ hash = "sha256-4gPhmBC42uCcaEhdJj9ZWw4ECB9UYwP+c2ndBFbBK0k=";
36
};
37
38
preConfigure = "cd src";
0 commit comments