Unverified Commit 7cf09292 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

rdma-core: 54.0 -> 55.0 (#364655)

parents ef017c6d 78862d11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rdma-core";
  version = "54.0";
  version = "55.0";

  src = fetchFromGitHub {
    owner = "linux-rdma";
    repo = "rdma-core";
    rev = "v${finalAttrs.version}";
    hash = "sha256-nxpqF9I8GGni1Tsjw3ATlRl6ZdVKfRMccuGWUb8IAkA=";
    hash = "sha256-ZXs0yxwL00Kyp8b516sKslm4yvyQEm/UMtag2a2X+5c=";
  };

  strictDeps = true;