rshim-user-space: 2.0.32 -> 2.1.5 (#349996)

This commit is contained in:
nikstur
2024-10-21 11:28:25 +02:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "rshim-user-space";
version = "2.0.32";
version = "2.1.5";
src = fetchFromGitHub {
owner = "Mellanox";
repo = pname;
rev = "rshim-${version}";
hash = "sha256-GF7cKIf72EYRBRb6d3IWONE7YJwohTLKF1RGdDMTG6c=";
hash = "sha256-moU6XxBVSAZiiR/usFfxse2CHk6+003Jb9t62szk1fk=";
};
nativeBuildInputs = [