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

Merge pull request #268498 from markuskowa/upd-rdma-core

rdma-core: 48.0 -> 49.0
parents 3cc8e341 44729300
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rdma-core";
  version = "48.0";
  version = "49.0";

  src = fetchFromGitHub {
    owner = "linux-rdma";
    repo = "rdma-core";
    rev = "v${finalAttrs.version}";
    hash = "sha256-/ltuZ9OiwJJ6CuAd6hqJwo+wETOgZ4UcW50BrjudF+k=";
    hash = "sha256-4095U7fLIvixUY3K6l0iFJh7oWwwKAX/WcD3ziqdsLg=";
  };

  strictDeps = true;