Unverified Commit a9cef39d authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

libfabric: 2.0.0 -> 2.1.0 (#390241)

parents 844ac1d7 41f7ef12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

stdenv.mkDerivation rec {
  pname = "libfabric";
  version = "2.0.0";
  version = "2.1.0";

  enableParallelBuilding = true;

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
    owner = "ofiwg";
    repo = "libfabric";
    rev = "v${version}";
    sha256 = "sha256-W86hsxhbaUbB1sb0l1J0e/9IBnc5eZLQ1m4/SuyXZG0=";
    sha256 = "sha256-TK45SCPyFIMhliBYBEMPSKX/UtHGPj075SlTNB92O0Y=";
  };

  outputs = [