Commit 09b38d10 authored by R. RyanTM's avatar R. RyanTM
Browse files

libfabric: 1.17.0 -> 1.17.1

parent 33c9fd85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

stdenv.mkDerivation rec {
  pname = "libfabric";
  version = "1.17.0";
  version = "1.17.1";

  enableParallelBuilding = true;

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
    owner = "ofiwg";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-tXfAn8hkasA2UuA4/8dOE3EcORyJo/A33TtSNdzDXD8=";
    sha256 = "sha256-ZHNx1EV+JMfpoP0p6VHaIjFp81N2g0nGJ6v/PqFmu6M=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook ];