rdma-core: 45.0 -> 46.0

This commit is contained in:
Markus Kowalewski 2023-05-16 13:49:58 +02:00
parent 7d6985f31a
commit 9817807f84
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "rdma-core";
version = "45.0";
version = "46.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "sha256-GjR/gFC7fkcLyl8FwTWbQ+jpJTFRqjExjulXwrsRlDY=";
sha256 = "sha256-/mhaEACBAtKdjn5hIj7YnuzrwraiuA4sR9eHg3w0YZM=";
};
strictDeps = true;