Skip to content

Commit 01b7c60

Browse files
authored
rdma-core: 53.0 -> 54.0 (#346929)
2 parents 1366d1a + 35263a4 commit 01b7c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/rdma-core/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "rdma-core";
18-
version = "53.0";
18+
version = "54.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "linux-rdma";
2222
repo = "rdma-core";
2323
rev = "v${finalAttrs.version}";
24-
hash = "sha256-PHqHQ1xAsOLvT8os3EDk38zWfJp0qmcBw3TuuCvK2Ns=";
24+
hash = "sha256-nxpqF9I8GGni1Tsjw3ATlRl6ZdVKfRMccuGWUb8IAkA=";
2525
};
2626

2727
strictDeps = true;

0 commit comments

Comments
 (0)