nfs-ganesha: 5.6 -> 5.7

This commit is contained in:
R. Ryantm 2023-11-07 21:27:43 +00:00
parent 17012aa0d2
commit 25748cabeb

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";