summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-09-20 07:38:27 -0700
committerGitHub <noreply@github.com>2018-09-20 07:38:27 -0700
commit23efdac23c35ea8f07358aba1ca671951fd5fb36 (patch)
treed182f25ef4910d13bbc5f3d71b8832a02eb3c2a7
parent7d30b3d10c8dbc9d024525a84742fca6d44f24bf (diff)
parent069cfb58991e81e72ae32de384bb456861dd46b7 (diff)
downloadnixpkgs-23efdac23c35ea8f07358aba1ca671951fd5fb36.tar
nixpkgs-23efdac23c35ea8f07358aba1ca671951fd5fb36.tar.gz
nixpkgs-23efdac23c35ea8f07358aba1ca671951fd5fb36.tar.bz2
nixpkgs-23efdac23c35ea8f07358aba1ca671951fd5fb36.tar.lz
nixpkgs-23efdac23c35ea8f07358aba1ca671951fd5fb36.tar.xz
nixpkgs-23efdac23c35ea8f07358aba1ca671951fd5fb36.tar.zst
nixpkgs-23efdac23c35ea8f07358aba1ca671951fd5fb36.zip
Merge pull request #46969 from r-ryantm/auto-update/rdma-core
rdma-core: 19 -> 20
-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 de7164b2af0..b66cb78a702 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 = "19";
+  version = "20";
 
 in stdenv.mkDerivation {
   name = "rdma-core-${version}";
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
     owner = "linux-rdma";
     repo = "rdma-core";
     rev = "v${version}";
-    sha256 = "0c01f9yn9sk7wslyrclsi2jvrn4d36bdw4qjbl0vmcv4858wf4bb";
+    sha256 = "1zz9r1zq9ql806sbyi7nrslx1d96hgd9zvdlzbv4j31m6kfmsyri";
   };
 
   nativeBuildInputs = [ cmake pkgconfig pandoc ];