summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2023-01-13 13:32:53 +0100
committerGitHub <noreply@github.com>2023-01-13 13:32:53 +0100
commit77a4ea849f48c6269e7f44c21744675227146c8b (patch)
treef1d20f5194d7b387e57d7bd94b217f328a011a7d
parentd6e464b4c51bcb732b09d8fdf99b7ca54bea97e4 (diff)
parentc7990a51392e77067643c4eb1f815e9ad51a2a59 (diff)
Merge pull request #210340 from r-ryantm/auto-update/rdma-core
rdma-core: 43.0 -> 44.0
-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 2506b654fb47..32ea38e6cf54 100644
--- a/pkgs/os-specific/linux/rdma-core/default.nix
+++ b/pkgs/os-specific/linux/rdma-core/default.nix
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "rdma-core";
- version = "43.0";
+ version = "44.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
- sha256 = "sha256-tqlanUZpDYT3wgvD0hA1D5RrMdzPzOqoELzuXGhjnz8=";
+ sha256 = "sha256-oV//+mT/0fgAAFkqkYVEZEIvPJwET+Rrjkooz6nHQH8=";
};
strictDeps = true;