summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rdma-core
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 19:01:01 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 19:01:01 -0700
commitf6e96c3be44b1f71aca025618f6dcb7591c64d94 (patch)
tree637a5b4cec3a8307d62ebb41493218cf66c0116e /pkgs/os-specific/linux/rdma-core
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
downloadnixpkgs-f6e96c3be44b1f71aca025618f6dcb7591c64d94.tar
nixpkgs-f6e96c3be44b1f71aca025618f6dcb7591c64d94.tar.gz
nixpkgs-f6e96c3be44b1f71aca025618f6dcb7591c64d94.tar.bz2
nixpkgs-f6e96c3be44b1f71aca025618f6dcb7591c64d94.tar.lz
nixpkgs-f6e96c3be44b1f71aca025618f6dcb7591c64d94.tar.xz
nixpkgs-f6e96c3be44b1f71aca025618f6dcb7591c64d94.tar.zst
nixpkgs-f6e96c3be44b1f71aca025618f6dcb7591c64d94.zip
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
Diffstat (limited to 'pkgs/os-specific/linux/rdma-core')
-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 02d628fdfbc..6acd327ef0e 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 ];