Skip to content

Commit 77a34c1

Browse files
committed
ntirpc: 6.0.1 -> 6.3
1 parent 7dd27c3 commit 77a34c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)