Merge pull request #266148 from r-ryantm/auto-update/nfs-ganesha

nfs-ganesha: 5.6 -> 5.7
This commit is contained in:
markuskowa
2023-11-08 14:08:05 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "nfs-ganesha";
version = "5.6";
version = "5.7";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
rev = "V${version}";
sha256 = "sha256-QXs42HY2h/s2cT1pG2QjSV2HVAjpo2WSymXEYGgF8rI=";
sha256 = "sha256-4GYte9kPUR4kFHrUzHXtiMGbuRhZ+4iw1hmqi+geljc=";
};
preConfigure = "cd src";