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

rdma-core: 48.0 -> 49.0
This commit is contained in:
markuskowa 2023-11-24 10:39:32 +01:00 committed by GitHub
commit e267a9ebe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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