Skip to content

Commit 7cf0929

Browse files
authored
rdma-core: 54.0 -> 55.0 (#364655)
2 parents ef017c6 + 78862d1 commit 7cf0929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/rd/rdma-core/package.nix

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

1717
stdenv.mkDerivation (finalAttrs: {
1818
pname = "rdma-core";
19-
version = "54.0";
19+
version = "55.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "linux-rdma";
2323
repo = "rdma-core";
2424
rev = "v${finalAttrs.version}";
25-
hash = "sha256-nxpqF9I8GGni1Tsjw3ATlRl6ZdVKfRMccuGWUb8IAkA=";
25+
hash = "sha256-ZXs0yxwL00Kyp8b516sKslm4yvyQEm/UMtag2a2X+5c=";
2626
};
2727

2828
strictDeps = true;

0 commit comments

Comments
 (0)