nfs-ganesha: 5.2 -> 5.4

This commit is contained in:
R. Ryantm
2023-07-27 05:26:28 +00:00
parent 8f7b4e8894
commit 875b01971e
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "nfs-ganesha";
version = "5.2";
version = "5.4";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
rev = "V${version}";
sha256 = "sha256-xUZ8HZb+QEw1t72dyE8rfp666w6rh8yMGYL4H2vJIwE=";
sha256 = "sha256-zKIFjplZtxOEPIH9PUw1gGPS4VSdgv2Zj1oOp3If9W0=";
};
preConfigure = "cd src";