rdma-core: 50.0 -> 51.0

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