Merge pull request #157103 from r-ryantm/auto-update/rdma-core

rdma-core: 38.1 -> 39.0
This commit is contained in:
markuskowa
2022-01-28 22:06:05 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "rdma-core";
version = "38.1";
version = "39.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "05r5f9agpn7dcx5jmggrsm9953w2k6ly6gfbg9b8wjdc853apqp7";
sha256 = "sha256-7Z06bdCtv/gdZKzKfcU+JrWl4+b6b/cdKp8pMLCZZo0=";
};
strictDeps = true;