summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rdma-core
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-01-28 10:51:54 +0100
committerMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-01-28 18:45:55 +0100
commita2498eabe243c17ab546806b41336fa4bb0d79ab (patch)
treebbf9c6395c0ea72a44506820b9c4d844148b904f /pkgs/os-specific/linux/rdma-core
parent4c9a74aa459dc525fcfdfb3019b234f68de66c8a (diff)
downloadnixpkgs-a2498eabe243c17ab546806b41336fa4bb0d79ab.tar
nixpkgs-a2498eabe243c17ab546806b41336fa4bb0d79ab.tar.gz
nixpkgs-a2498eabe243c17ab546806b41336fa4bb0d79ab.tar.bz2
nixpkgs-a2498eabe243c17ab546806b41336fa4bb0d79ab.tar.lz
nixpkgs-a2498eabe243c17ab546806b41336fa4bb0d79ab.tar.xz
nixpkgs-a2498eabe243c17ab546806b41336fa4bb0d79ab.tar.zst
nixpkgs-a2498eabe243c17ab546806b41336fa4bb0d79ab.zip
rdma-core: 33.0 -> 33.1
Diffstat (limited to 'pkgs/os-specific/linux/rdma-core')
-rw-r--r--pkgs/os-specific/linux/rdma-core/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/rdma-core/default.nix b/pkgs/os-specific/linux/rdma-core/default.nix
index b001ce966a9..ad9deeb7a8c 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 = "33.0";
+  version = "33.1";
 
 in stdenv.mkDerivation {
   pname = "rdma-core";
@@ -14,7 +14,7 @@ in stdenv.mkDerivation {
     owner = "linux-rdma";
     repo = "rdma-core";
     rev = "v${version}";
-    sha256 = "04q4z95nxxxjc674qnbwn19bv18nl3x7xwp6aql17h1cw3gdmhw4";
+    sha256 = "1p97r8ngfx1d9aq8p3f027323m7kgmk30kfrikf3jlkpr30rksbv";
   };
 
   nativeBuildInputs = [ cmake pkg-config pandoc docutils makeWrapper ];
@@ -46,7 +46,7 @@ in stdenv.mkDerivation {
   meta = with lib; {
     description = "RDMA Core Userspace Libraries and Daemons";
     homepage = "https://github.com/linux-rdma/rdma-core";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = with maintainers; [ markuskowa ];
   };