1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #62560 from r-ryantm/auto-update/rdma-core

rdma-core: 23.1 -> 24.0
This commit is contained in:
markuskowa 2019-06-03 09:45:10 +02:00 committed by GitHub
commit db3398a5fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
} :
let
version = "23.1";
version = "24.0";
in stdenv.mkDerivation {
name = "rdma-core-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "0blwqfj73bnk7byj2mavvnyh87mwhpzwgzg60s9vv9jnfcnbhlhk";
sha256 = "038msip4fnd8fh6m0vhnqwsaarp86dbnc9hvf5n19aqhlqbabbdc";
};
nativeBuildInputs = [ cmake pkgconfig pandoc ];