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-04-02 16:23:56 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-04-02 16:23:56 -0700
commit3e36c912894b1ef0102f5e9963392509ac461de0 (patch)
treef59dfd5866830bc7b98630d5a1f6b3b57a553277 /pkgs/os-specific/linux/rdma-core
parent18aa59b0f26fc707e7313f8467e67159e61600c2 (diff)
downloadnixpkgs-3e36c912894b1ef0102f5e9963392509ac461de0.tar
nixpkgs-3e36c912894b1ef0102f5e9963392509ac461de0.tar.gz
nixpkgs-3e36c912894b1ef0102f5e9963392509ac461de0.tar.bz2
nixpkgs-3e36c912894b1ef0102f5e9963392509ac461de0.tar.lz
nixpkgs-3e36c912894b1ef0102f5e9963392509ac461de0.tar.xz
nixpkgs-3e36c912894b1ef0102f5e9963392509ac461de0.tar.zst
nixpkgs-3e36c912894b1ef0102f5e9963392509ac461de0.zip
rdma-core: 22.1 -> 23
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 ea52fbf08e7..192e1d61e43 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 = "22.1";
+  version = "23";
 
 in stdenv.mkDerivation {
   name = "rdma-core-${version}";
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
     owner = "linux-rdma";
     repo = "rdma-core";
     rev = "v${version}";
-    sha256 = "04772rsn5a0gr4yss63fk35zfl05hz2l27q9yva922i8qq38f90a";
+    sha256 = "1n0v075ndczwrc87b70vxhx42nv1p953cqycmgnz334790zg002g";
   };
 
   nativeBuildInputs = [ cmake pkgconfig pandoc ];