mlxbf-bootctl: 1.1-6 -> unstable-2025-01-16

Update to current state, as no release was made for years,
but bug fixes on master arrive.

Notable additions:
- better support for watchdog config

Signed-off-by: Markus Theil <theil.markus@gmail.com>

+7 -4
+7 -4
pkgs/by-name/ml/mlxbf-bootctl/package.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "mlxbf-bootctl"; 9 - version = "1.1-6"; 9 + version = "unstable-2025-01-16"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "Mellanox"; 13 13 repo = "mlxbf-bootctl"; 14 - rev = "mlxbf-bootctl-${version}"; 15 - hash = "sha256-F49ZZtty+NARXA/doAFLhsQn4XkPW6GWLXGy4waIaM0="; 14 + rev = "278160ca8e08251cff5e7989e5a1010bd247a6ae"; 15 + hash = "sha256-qS35wCb8zvuF2Zs/5hPZkoZAapr7fwKQ/0ZOBPtrkRQ="; 16 16 }; 17 17 18 18 installPhase = '' ··· 27 27 # This package is supposed to only run on a BlueField. Thus aarch64-linux 28 28 # is the only relevant platform. 29 29 platforms = [ "aarch64-linux" ]; 30 - maintainers = with lib.maintainers; [ nikstur ]; 30 + maintainers = with lib.maintainers; [ 31 + nikstur 32 + thillux 33 + ]; 31 34 }; 32 35 }