ntirpc: 4.1 -> 4.2

This commit is contained in:
Markus Kowalewski 2022-12-06 14:31:58 +01:00
parent 1c9ffcf707
commit fe483b4003
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "ntirpc";
version = "4.1";
version = "4.2";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "ntirpc";
rev = "v${version}";
sha256 = "sha256-RTuWj795YrXVo3TIiEr3Dy/QmSL5Ch0VVc4gRlDhNTM=";
sha256 = "sha256-rVv5TLxirtmoRJl0+RupbkvzChuSMSGi3NTa0dchZSU=";
};
postPatch = ''