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

nfs-ganesha: 5.2 -> 5.4
This commit is contained in:
Pol Dellaiera 2023-07-27 22:51:41 +02:00 committed by GitHub
commit 2a145ad31d
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.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";