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

rdma-core: 52.0 -> 53.0
This commit is contained in:
Markus Kowalewski 2024-08-08 11:06:13 +02:00 committed by GitHub
commit 2cfe109525
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 = "52.0";
version = "53.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-M4nmnfeEIxsaFO1DJV9jKD/NnkaLHVNXtfTPf2pTDs4=";
hash = "sha256-PHqHQ1xAsOLvT8os3EDk38zWfJp0qmcBw3TuuCvK2Ns=";
};
strictDeps = true;