rdma-core: 39.0 -> 39.1

This commit is contained in:
Markus Kowalewski 2022-03-30 23:24:29 +02:00
parent fac028f92d
commit 51fe8bff0f
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "rdma-core"; pname = "rdma-core";
version = "39.0"; version = "39.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linux-rdma"; owner = "linux-rdma";
repo = "rdma-core"; repo = "rdma-core";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-7Z06bdCtv/gdZKzKfcU+JrWl4+b6b/cdKp8pMLCZZo0="; sha256 = "19jfrb0jv050abxswzh34nx2zr8if3rb2k5a7n5ydvi3x9r8827w";
}; };
strictDeps = true; strictDeps = true;