tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
rdma-core: 51.0 -> 52.0
Markus Kowalewski
2 years ago
a8bca782
5ceeafa4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
rdma-core
default.nix
+2
-2
pkgs/os-specific/linux/rdma-core/default.nix
···
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "rdma-core";
18
-
version = "51.0";
19
20
src = fetchFromGitHub {
21
owner = "linux-rdma";
22
repo = "rdma-core";
23
rev = "v${finalAttrs.version}";
24
-
hash = "sha256-G5Z2BbmF5fzOg/32BBgGpC6yroDFOnZWtA/+5QatQ1M=";
25
};
26
27
strictDeps = true;
···
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "rdma-core";
18
+
version = "52.0";
19
20
src = fetchFromGitHub {
21
owner = "linux-rdma";
22
repo = "rdma-core";
23
rev = "v${finalAttrs.version}";
24
+
hash = "sha256-M4nmnfeEIxsaFO1DJV9jKD/NnkaLHVNXtfTPf2pTDs4=";
25
};
26
27
strictDeps = true;