Skip to content

Commit 7dd27c3

Browse files
committed
nfs-ganesha: 6.2 -> 6.3
1 parent 504e3ec commit 7dd27c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nf/nfs-ganesha/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "nfs-ganesha";
23-
version = "6.2";
23+
version = "6.3";
2424

2525
outputs = [
2626
"out"
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
3232
owner = "nfs-ganesha";
3333
repo = "nfs-ganesha";
3434
rev = "V${version}";
35-
hash = "sha256-wWN9E6QxipTh5ppEyEbhqG0uSVjd+DzWgY/oj5FIso0=";
35+
hash = "sha256-4gPhmBC42uCcaEhdJj9ZWw4ECB9UYwP+c2ndBFbBK0k=";
3636
};
3737

3838
preConfigure = "cd src";

0 commit comments

Comments
 (0)