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

rdma-core: 44.0 -> 45.0
This commit is contained in:
markuskowa 2023-03-16 09:56:58 +01:00 committed by GitHub
commit 16124759ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;