nfs-ganesha: 6.1 -> 6.2 (#351668)

This commit is contained in:
Markus Kowalewski 2024-10-29 09:00:27 +01:00 committed by GitHub
commit a9f65b8956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
stdenv.mkDerivation rec {
pname = "nfs-ganesha";
version = "6.1";
version = "6.2";
outputs = [
"out"
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
rev = "V${version}";
hash = "sha256-XQpbQ7NXVGVbm99d1ZEh1ckR5fd81xwZw8HorXHaeBk=";
hash = "sha256-wWN9E6QxipTh5ppEyEbhqG0uSVjd+DzWgY/oj5FIso0=";
};
preConfigure = "cd src";