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

rdma-core: 49.0 -> 49.1
This commit is contained in:
markuskowa 2024-01-23 20:57:37 +01:00 committed by GitHub
commit 3624e2d44e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rdma-core";
version = "49.0";
version = "49.1";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-4095U7fLIvixUY3K6l0iFJh7oWwwKAX/WcD3ziqdsLg=";
hash = "sha256-fAEHugGRlrn0rRazyeC649H4vc0V3dqTTSDAo1HY22A=";
};
strictDeps = true;