mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
rdma-core: 23.1 -> 24.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdma-core/versions
This commit is contained in:
parent
97aba37876
commit
f6e96c3be4
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
} :
|
} :
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "23.1";
|
version = "24.0";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "rdma-core-${version}";
|
name = "rdma-core-${version}";
|
||||||
|
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "linux-rdma";
|
owner = "linux-rdma";
|
||||||
repo = "rdma-core";
|
repo = "rdma-core";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0blwqfj73bnk7byj2mavvnyh87mwhpzwgzg60s9vv9jnfcnbhlhk";
|
sha256 = "038msip4fnd8fh6m0vhnqwsaarp86dbnc9hvf5n19aqhlqbabbdc";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig pandoc ];
|
nativeBuildInputs = [ cmake pkgconfig pandoc ];
|
||||||
|
|
Loading…
Reference in a new issue