rdma-core: 50.0 -> 51.0

+2 -2
+2 -2
pkgs/os-specific/linux/rdma-core/default.nix
··· 15 15 16 16 stdenv.mkDerivation (finalAttrs: { 17 17 pname = "rdma-core"; 18 - version = "50.0"; 18 + version = "51.0"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "linux-rdma"; 22 22 repo = "rdma-core"; 23 23 rev = "v${finalAttrs.version}"; 24 - hash = "sha256-PJlbY7QR9b2eVaALpuq/67kRTc91HEhs9Wl7WXtSLmA="; 24 + hash = "sha256-G5Z2BbmF5fzOg/32BBgGpC6yroDFOnZWtA/+5QatQ1M="; 25 25 }; 26 26 27 27 strictDeps = true;