tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libfabric: 1.20.1 -> 1.21.0
R. Ryantm
2 years ago
e816e5c9
cd75d227
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libfabric
default.nix
+2
-2
pkgs/development/libraries/libfabric/default.nix
···
12
13
stdenv.mkDerivation rec {
14
pname = "libfabric";
15
-
version = "1.20.1";
16
17
enableParallelBuilding = true;
18
···
20
owner = "ofiwg";
21
repo = pname;
22
rev = "v${version}";
23
-
sha256 = "sha256-rQzsh3Q2xaGwmmsfvUmFE8WbAb1e2JEvunSoqZYRHvE=";
24
};
25
26
outputs = [ "out" "dev" "man" ];
···
12
13
stdenv.mkDerivation rec {
14
pname = "libfabric";
15
+
version = "1.21.0";
16
17
enableParallelBuilding = true;
18
···
20
owner = "ofiwg";
21
repo = pname;
22
rev = "v${version}";
23
+
sha256 = "sha256-p0L9l1UpxD2WCZWXBNaEz9Zjzr5is3iEODcoQQa1f6M=";
24
};
25
26
outputs = [ "out" "dev" "man" ];