Unverified Commit a5ea1f37 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

nfs-ganesha: 6.2 -> 6.3 (#359179)

parents 94ff31ec 77a34c14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
  pname = "ntirpc";
  version = "6.0.1";
  version = "6.3";

  src = fetchFromGitHub {
    owner = "nfs-ganesha";
    repo = "ntirpc";
    rev = "v${version}";
    sha256 = "sha256-Txtc0Oyt/WfZiMe26uMzx3HFq/YaeU6cYfjPQwh0uQg=";
    sha256 = "sha256-e4eF09xwX2Qf/y9YfOGy7p6yhDFnKGI5cnrQy3o8c98=";
  };

  outputs = [ "out" "dev" ];