···1212}:
13131414let
1515- version = "7.3.1";
1515+ version = "7.4.0";
1616in
1717# The output of the derivation is a tool to create bootable images using Limine
1818# as bootloader for various platforms and corresponding binary and helper files.
···2424 # Packaging that in Nix is very cumbersome.
2525 src = fetchurl {
2626 url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
2727- sha256 = "sha256-xlOBBb281W9QT5Fv2Hgw/eyh7K3oyaNY1yU6WktbFro=";
2727+ sha256 = "sha256-lPesgQENZkMbxl/4sh+wTR21QfPJg57CDmqTwcy4b2k=";
2828 };
29293030 nativeBuildInputs = [
···5858 # The platforms on that the Liminine binary and helper tools can run, not
5959 # necessarily the platforms for that bootable images can be created.
6060 platforms = platforms.unix;
6161+ badPlatforms = platforms.darwin;
6162 maintainers = [
6263 maintainers._48cf
6364 maintainers.phip1611