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 7dd27c3 commit 77a34c1Copy full SHA for 77a34c1
pkgs/by-name/nt/ntirpc/package.nix
@@ -4,13 +4,13 @@
4
5
stdenv.mkDerivation rec {
6
pname = "ntirpc";
7
- version = "6.0.1";
+ version = "6.3";
8
9
src = fetchFromGitHub {
10
owner = "nfs-ganesha";
11
repo = "ntirpc";
12
rev = "v${version}";
13
- sha256 = "sha256-Txtc0Oyt/WfZiMe26uMzx3HFq/YaeU6cYfjPQwh0uQg=";
+ sha256 = "sha256-e4eF09xwX2Qf/y9YfOGy7p6yhDFnKGI5cnrQy3o8c98=";
14
};
15
16
outputs = [ "out" "dev" ];
0 commit comments