Merge pull request #283257 from r-ryantm/auto-update/libfabric

libfabric: 1.20.0 -> 1.20.1
This commit is contained in:
Mario Rodas 2024-01-23 22:14:08 -05:00 committed by GitHub
commit b5d8f17af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "libfabric";
version = "1.20.0";
version = "1.20.1";
enableParallelBuilding = true;
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "ofiwg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-woRkm/5kLIv1ypSlCosP/ewYgnSXQJYzkuOqdHvEH8I=";
sha256 = "sha256-rQzsh3Q2xaGwmmsfvUmFE8WbAb1e2JEvunSoqZYRHvE=";
};
outputs = [ "out" "dev" "man" ];