rdma-core: 42.0 -> 43.0

+2 -2
+2 -2
pkgs/os-specific/linux/rdma-core/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "rdma-core"; 8 - version = "42.0"; 9 10 src = fetchFromGitHub { 11 owner = "linux-rdma"; 12 repo = "rdma-core"; 13 rev = "v${version}"; 14 - sha256 = "sha256-MtvrKdo6Lkt064ol7+hlU7b1r+Dt5236bmE21wM5aDo="; 15 }; 16 17 strictDeps = true;
··· 5 6 stdenv.mkDerivation rec { 7 pname = "rdma-core"; 8 + version = "43.0"; 9 10 src = fetchFromGitHub { 11 owner = "linux-rdma"; 12 repo = "rdma-core"; 13 rev = "v${version}"; 14 + sha256 = "sha256-tqlanUZpDYT3wgvD0hA1D5RrMdzPzOqoELzuXGhjnz8="; 15 }; 16 17 strictDeps = true;