We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31898a commit 35263a4Copy full SHA for 35263a4
pkgs/os-specific/linux/rdma-core/default.nix
@@ -15,13 +15,13 @@
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "rdma-core";
18
- version = "53.0";
+ version = "54.0";
19
20
src = fetchFromGitHub {
21
owner = "linux-rdma";
22
repo = "rdma-core";
23
rev = "v${finalAttrs.version}";
24
- hash = "sha256-PHqHQ1xAsOLvT8os3EDk38zWfJp0qmcBw3TuuCvK2Ns=";
+ hash = "sha256-nxpqF9I8GGni1Tsjw3ATlRl6ZdVKfRMccuGWUb8IAkA=";
25
};
26
27
strictDeps = true;
0 commit comments