Unverified Commit 16124759 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

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

rdma-core: 44.0 -> 45.0
parents bf209075 9a5ebd8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "rdma-core";
  version = "44.0";
  version = "45.0";

  src = fetchFromGitHub {
    owner = "linux-rdma";
    repo = "rdma-core";
    rev = "v${version}";
    sha256 = "sha256-oV//+mT/0fgAAFkqkYVEZEIvPJwET+Rrjkooz6nHQH8=";
    sha256 = "sha256-GjR/gFC7fkcLyl8FwTWbQ+jpJTFRqjExjulXwrsRlDY=";
  };

  strictDeps = true;