ntirpc: 4.2 -> 4.3

This commit is contained in:
Markus Kowalewski 2023-01-24 17:54:51 +01:00
parent 5abd6729f2
commit 71a632d90e
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.2";
version = "4.3";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "ntirpc";
rev = "v${version}";
sha256 = "sha256-rVv5TLxirtmoRJl0+RupbkvzChuSMSGi3NTa0dchZSU=";
sha256 = "sha256-P9+t9dTiEKjloulypWPJ4sXWWemq9zPUH/Kctvq1SUQ=";
};
postPatch = ''