File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121stdenv . 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" ;
Original file line number Diff line number Diff line change 44
55stdenv . mkDerivation rec {
66 pname = "ntirpc" ;
7- version = "6.0.1 " ;
7+ version = "6.3 " ;
88
99 src = fetchFromGitHub {
1010 owner = "nfs-ganesha" ;
1111 repo = "ntirpc" ;
1212 rev = "v${ version } " ;
13- sha256 = "sha256-Txtc0Oyt/WfZiMe26uMzx3HFq/YaeU6cYfjPQwh0uQg =" ;
13+ sha256 = "sha256-e4eF09xwX2Qf/y9YfOGy7p6yhDFnKGI5cnrQy3o8c98 =" ;
1414 } ;
1515
1616 outputs = [ "out" "dev" ] ;
You can’t perform that action at this time.
0 commit comments