ntirpc: 4.3 -> 5.0

This commit is contained in:
Markus Kowalewski 2023-04-23 18:36:17 +02:00
parent 5d91a89644
commit c5d839180a
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "ntirpc";
version = "4.3";
version = "5.0";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "ntirpc";
rev = "v${version}";
sha256 = "sha256-P9+t9dTiEKjloulypWPJ4sXWWemq9zPUH/Kctvq1SUQ=";
sha256 = "sha256-xqnfo07EHwendzibIz187vdaenHwxg078D6zJvoyewc=";
};
postPatch = ''