Skip to content

Commit

Permalink
nfs-ganesha: 6.4 -> 6.5 (NixOS#373844)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Jan 15, 2025
2 parents 9b06394 + 33acebf commit f4120b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/nf/nfs-ganesha/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

stdenv.mkDerivation rec {
pname = "nfs-ganesha";
version = "6.4";
version = "6.5";

outputs = [
"out"
Expand All @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
rev = "V${version}";
hash = "sha256-iT/6p4T4xrGsK2zBs5TDfEIhcCwNfUalQFLlCOODp24=";
hash = "sha256-OHGmEzHu8y/TPQ70E2sicaLtNgvlf/bRq8JRs6S1tpY=";
};

preConfigure = "cd src";
Expand Down

0 comments on commit f4120b8

Please sign in to comment.