From 361f9e559d0e501da48b5671fb3cb40dc2ea3733 Mon Sep 17 00:00:00 2001 From: Markus Theil Date: Mon, 16 Feb 2026 14:17:16 +0100 Subject: [PATCH] rshim-user-space: 2.5.7 -> 2.6.6 Signed-off-by: Markus Theil --- pkgs/by-name/rs/rshim-user-space/package.nix | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/pkgs/by-name/rs/rshim-user-space/package.nix b/pkgs/by-name/rs/rshim-user-space/package.nix index 07e6450858f5..258185f48b2c 100644 --- a/pkgs/by-name/rs/rshim-user-space/package.nix +++ b/pkgs/by-name/rs/rshim-user-space/package.nix @@ -25,24 +25,15 @@ stdenv.mkDerivation rec { pname = "rshim-user-space"; - version = "2.5.7"; + version = "2.6.6"; src = fetchFromGitHub { owner = "Mellanox"; repo = "rshim-user-space"; rev = "rshim-${version}"; - hash = "sha256-dXrReU6Wx8t6ObrrF3MeUWdFBSfn6tyQqQdGBAZsvDg="; + hash = "sha256-OdrJnOm0QegQ2ex1hFSWPfwYuBnXpGeMJ2YfvNyIwTU="; }; - # came up shortly after 2.5.7 release, remove with next update - patches = [ - (fetchpatch2 { - name = "rshim-fix-bfb-install.patch"; - url = "https://github.com/Mellanox/rshim-user-space/commit/0b2b17eeb04d80b7efb20aa2a9dc24759680aaea.patch"; - hash = "sha256-JqnCGWM6Wjg+WFQhqHv6h4VbawyCf75L4wfd7L+n7po="; - }) - ]; - nativeBuildInputs = [ autoconf automake @@ -107,8 +98,5 @@ stdenv.mkDerivation rec { maintainers = with lib.maintainers; [ thillux ]; - # Requires https://github.com/Mellanox/rshim-user-space/pull/276 for glibc-2.42, - # patch appears broken though. - broken = true; }; }