From db4398213060241918ad94641f91e95a1f308f6d Mon Sep 17 00:00:00 2001 From: Markus Theil Date: Wed, 21 Aug 2024 14:32:35 +0200 Subject: [PATCH] mlxbf-bootimages: 4.0.3-12704 -> 4.8.0-13249 Nvidia does not provide an official changelog. In our tests MMC speed increased significantly with this new version. Signed-off-by: Markus Theil --- pkgs/misc/mlxbf-bootimages/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/misc/mlxbf-bootimages/default.nix b/pkgs/misc/mlxbf-bootimages/default.nix index a7552c0bb5cb..7c4291fe778e 100644 --- a/pkgs/misc/mlxbf-bootimages/default.nix +++ b/pkgs/misc/mlxbf-bootimages/default.nix @@ -6,12 +6,11 @@ stdenv.mkDerivation rec { pname = "mlxbf-bootimages"; - version = "4.0.3-12704"; + version = "4.8.0-13249"; src = fetchurl { - url = let mainVersion = builtins.elemAt (lib.splitString "-" version) 0; in - "https://linux.mellanox.com/public/repo/bluefield/${mainVersion}/bootimages/prod/${pname}-signed_${version}_arm64.deb"; - hash = "sha256-e13XZhxf41240Qu+hh2a9+KIvZCL+8k5JyZrpJCHmI8="; + url = "https://linux.mellanox.com/public/repo/bluefield/${version}/bootimages/prod/${pname}-signed_${version}_arm64.deb"; + hash = "sha256-VwbngA2UpHtvhCmL21qrebVSNG6/4PbkhnVAmERpek0="; }; nativeBuildInputs = [ @@ -35,7 +34,7 @@ stdenv.mkDerivation rec { # they are unfree. See https://github.com/Mellanox/bootimages/issues/3 license = licenses.unfree; platforms = [ "aarch64-linux" ]; - maintainers = with maintainers; [ nikstur ]; + maintainers = with maintainers; [ nikstur thillux ]; }; }