0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nfs-ganesha: 6.2 -> 6.3

(cherry picked from commit 7dd27c3376)
This commit is contained in:
R. Ryantm 2024-11-26 02:59:57 +00:00 committed by github-actions[bot]
parent 809802e9ab
commit 70ea72388e

View file

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