summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rdma-core/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-08 11:10:17 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-08 11:10:17 -0700
commit3687cd58b427b87b0b8d466f42f7f3c8583d260b (patch)
treeb03bab9e8424eeb5a6d65c2ce995156cb902b6b9 /pkgs/os-specific/linux/rdma-core/default.nix
parent3dc58eda52ef935313cd0418264abd1d30d6b4d3 (diff)
downloadnixpkgs-3687cd58b427b87b0b8d466f42f7f3c8583d260b.tar
nixpkgs-3687cd58b427b87b0b8d466f42f7f3c8583d260b.tar.gz
nixpkgs-3687cd58b427b87b0b8d466f42f7f3c8583d260b.tar.bz2
nixpkgs-3687cd58b427b87b0b8d466f42f7f3c8583d260b.tar.lz
nixpkgs-3687cd58b427b87b0b8d466f42f7f3c8583d260b.tar.xz
nixpkgs-3687cd58b427b87b0b8d466f42f7f3c8583d260b.tar.zst
nixpkgs-3687cd58b427b87b0b8d466f42f7f3c8583d260b.zip
rdma-core: 25.0 -> 26.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/default.nix')
-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 ce0e8707ff5..da40321d6bc 100644
--- a/pkgs/os-specific/linux/rdma-core/default.nix
+++ b/pkgs/os-specific/linux/rdma-core/default.nix
@@ -4,7 +4,7 @@
 } :
 
 let
-  version = "25.0";
+  version = "26.0";
 
 in stdenv.mkDerivation {
   pname = "rdma-core";
@@ -14,7 +14,7 @@ in stdenv.mkDerivation {
     owner = "linux-rdma";
     repo = "rdma-core";
     rev = "v${version}";
-    sha256 = "1r1gfps1xckky06ib1rbf6lp58v2jqpy1ipkr45rf55gpaxf93cj";
+    sha256 = "0yvhc7xc3mxzjd7v2y408w333qi7hkf1f99gbsd3fv2qydp9gps3";
   };
 
   nativeBuildInputs = [ cmake pkgconfig pandoc docutils makeWrapper ];