rdma-core: 49.0 -> 49.1

This commit is contained in:
R. Ryantm 2024-01-23 17:42:02 +00:00
parent 05f11d5cf8
commit bb404b0e99

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;