Merge pull request #314369 from NixOS/backport-314078-to-release-24.05

[Backport release-24.05] nfs-ganesha: 5.7 -> 5.9
This commit is contained in:
Markus Kowalewski
2024-05-25 12:16:38 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "ntirpc";
version = "5.0";
version = "5.8";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "ntirpc";
rev = "v${version}";
sha256 = "sha256-xqnfo07EHwendzibIz187vdaenHwxg078D6zJvoyewc=";
sha256 = "sha256-t9InlnlwVts9mlrH8sHaaTYSrjJKlkFlGs1YCmZzjdE=";
};
postPatch = ''

View File

@@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "nfs-ganesha";
version = "5.7";
version = "5.9";
outputs = [ "out" "tools" ];
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
rev = "V${version}";
sha256 = "sha256-4GYte9kPUR4kFHrUzHXtiMGbuRhZ+4iw1hmqi+geljc=";
sha256 = "sha256-YFQcqRZenJUdTnlYM7gPnIxU47dytSHk5ALdbpSf5Ms=";
};
preConfigure = "cd src";