Merge pull request #107655 from markuskowa/upd-ntirpc

ntirpc: 3.3 -> 3.4
This commit is contained in:
markuskowa
2020-12-26 23:10:27 +01:00
committed by GitHub

View File

@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "ntirpc";
version = "3.3";
version = "3.4";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "ntirpc";
rev = "v${version}";
sha256 = "08vc2z9sl1p9mk1mx0zn4xv7dw12gamhciy41fbavm90iavf3vqm";
sha256 = "1xdwqyc9m4lbsgr7ll1g0f84c2h8jrfkg67cgvsp424i1a7r9mm1";
};
postPatch = ''