about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2019-06-03 09:45:10 +0200
committerGitHub <noreply@github.com>2019-06-03 09:45:10 +0200
commitdb3398a5fe328d1a8e964195f767044cc236c844 (patch)
tree783593e30a5c315fe7d6260d054b8b10d5f2bc0a /pkgs
parentae71c13a92f7e3b7968e8b7b1db9f6238dc00a25 (diff)
parentf6e96c3be44b1f71aca025618f6dcb7591c64d94 (diff)
Merge pull request #62560 from r-ryantm/auto-update/rdma-core
rdma-core: 23.1 -> 24.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/rdma-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/rdma-core/default.nix b/pkgs/os-specific/linux/rdma-core/default.nix
index 02d628fdfbcd1..6acd327ef0ed0 100644
--- a/pkgs/os-specific/linux/rdma-core/default.nix
+++ b/pkgs/os-specific/linux/rdma-core/default.nix
@@ -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 ];