nfs-ganesha: 4.0.8 -> 4.0.12

This commit is contained in:
Markus Kowalewski 2022-11-10 11:36:38 +01:00
parent 5a9b4e6cfa
commit 0a303bce31
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -1,17 +1,17 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config
, krb5, xfsprogs, jemalloc, dbus, libcap
, ntirpc, liburcu, bison, flex, nfs-utils
, ntirpc, liburcu, bison, flex, nfs-utils, acl
} :
stdenv.mkDerivation rec {
pname = "nfs-ganesha";
version = "4.0.8";
version = "4.0.12";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
rev = "V${version}";
sha256 = "sha256-03zrEWwPQi7ED6Yr3HgzQyOtqJjjnUj5nChgGV6v0zk=";
sha256 = "sha256-s6iZcZObBEHvIqyD0niNzuPJf4ENZGw3mhgZZZdj2zc=";
};
preConfigure = "cd src";
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
acl
krb5
xfsprogs
jemalloc