···12}:
1314let
15- version = "7.3.1";
16in
17# The output of the derivation is a tool to create bootable images using Limine
18# as bootloader for various platforms and corresponding binary and helper files.
···24 # Packaging that in Nix is very cumbersome.
25 src = fetchurl {
26 url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
27- sha256 = "sha256-xlOBBb281W9QT5Fv2Hgw/eyh7K3oyaNY1yU6WktbFro=";
28 };
2930 nativeBuildInputs = [
···58 # The platforms on that the Liminine binary and helper tools can run, not
59 # necessarily the platforms for that bootable images can be created.
60 platforms = platforms.unix;
061 maintainers = [
62 maintainers._48cf
63 maintainers.phip1611
···12}:
1314let
15+ version = "7.4.0";
16in
17# The output of the derivation is a tool to create bootable images using Limine
18# as bootloader for various platforms and corresponding binary and helper files.
···24 # Packaging that in Nix is very cumbersome.
25 src = fetchurl {
26 url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
27+ sha256 = "sha256-lPesgQENZkMbxl/4sh+wTR21QfPJg57CDmqTwcy4b2k=";
28 };
2930 nativeBuildInputs = [
···58 # The platforms on that the Liminine binary and helper tools can run, not
59 # necessarily the platforms for that bootable images can be created.
60 platforms = platforms.unix;
61+ badPlatforms = platforms.darwin;
62 maintainers = [
63 maintainers._48cf
64 maintainers.phip1611