nfs-ganesha: 5.7 -> 5.9

This commit is contained in:
Markus Kowalewski 2024-05-23 21:49:36 +02:00
parent c9022ee263
commit 78eff3ce1a

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "nfs-ganesha";
version = "5.7";
version = "5.9";
outputs = [ "out" "tools" ];
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
rev = "V${version}";
sha256 = "sha256-4GYte9kPUR4kFHrUzHXtiMGbuRhZ+4iw1hmqi+geljc=";
sha256 = "sha256-YFQcqRZenJUdTnlYM7gPnIxU47dytSHk5ALdbpSf5Ms=";
};
preConfigure = "cd src";