Merge pull request #157103 from r-ryantm/auto-update/rdma-core

rdma-core: 38.1 -> 39.0

authored by markuskowa and committed by GitHub 73bcaf52 2f8ef6f3

+2 -2
+2 -2
pkgs/os-specific/linux/rdma-core/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "rdma-core"; 8 - version = "38.1"; 9 10 src = fetchFromGitHub { 11 owner = "linux-rdma"; 12 repo = "rdma-core"; 13 rev = "v${version}"; 14 - sha256 = "05r5f9agpn7dcx5jmggrsm9953w2k6ly6gfbg9b8wjdc853apqp7"; 15 }; 16 17 strictDeps = true;
··· 5 6 stdenv.mkDerivation rec { 7 pname = "rdma-core"; 8 + version = "39.0"; 9 10 src = fetchFromGitHub { 11 owner = "linux-rdma"; 12 repo = "rdma-core"; 13 rev = "v${version}"; 14 + sha256 = "sha256-7Z06bdCtv/gdZKzKfcU+JrWl4+b6b/cdKp8pMLCZZo0="; 15 }; 16 17 strictDeps = true;