Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rdma-core: 51.0 -> 52.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 = "51.0"; 18 + version = "52.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-G5Z2BbmF5fzOg/32BBgGpC6yroDFOnZWtA/+5QatQ1M="; 24 + hash = "sha256-M4nmnfeEIxsaFO1DJV9jKD/NnkaLHVNXtfTPf2pTDs4="; 25 25 }; 26 26 27 27 strictDeps = true;