Merge pull request #263353 from markuskowa/upd-nfs-ganesha

nfs-ganesha: 5.5.3 -> 5.6
This commit is contained in:
markuskowa 2023-10-26 00:18:28 +02:00 committed by GitHub
commit 566a1ef74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "nfs-ganesha";
version = "5.5.3";
version = "5.6";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
rev = "V${version}";
sha256 = "sha256-bHywbdlUSuwk05FVYK5PR+RGlNisV+syGrs9dtanNg8=";
sha256 = "sha256-QXs42HY2h/s2cT1pG2QjSV2HVAjpo2WSymXEYGgF8rI=";
};
preConfigure = "cd src";