Skip to content

Commit a5ea1f3

Browse files
authored
nfs-ganesha: 6.2 -> 6.3 (#359179)
2 parents 94ff31e + 77a34c1 commit a5ea1f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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";

pkgs/by-name/nt/ntirpc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
stdenv.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" ];

0 commit comments

Comments
 (0)