Skip to content

Commit

Permalink
Merge pull request #305446 from r-ryantm/auto-update/limine
Browse files Browse the repository at this point in the history
limine: 7.3.1 -> 7.4.0
  • Loading branch information
wegank committed Apr 21, 2024
2 parents 754a00b + 26b947c commit b1940d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/li/limine/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}:

let
version = "7.3.1";
version = "7.4.0";
in
# The output of the derivation is a tool to create bootable images using Limine
# as bootloader for various platforms and corresponding binary and helper files.
Expand All @@ -24,7 +24,7 @@ stdenv.mkDerivation {
# Packaging that in Nix is very cumbersome.
src = fetchurl {
url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
sha256 = "sha256-xlOBBb281W9QT5Fv2Hgw/eyh7K3oyaNY1yU6WktbFro=";
sha256 = "sha256-lPesgQENZkMbxl/4sh+wTR21QfPJg57CDmqTwcy4b2k=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -58,6 +58,7 @@ stdenv.mkDerivation {
# The platforms on that the Liminine binary and helper tools can run, not
# necessarily the platforms for that bootable images can be created.
platforms = platforms.unix;
badPlatforms = platforms.darwin;
maintainers = [
maintainers._48cf
maintainers.phip1611
Expand Down

0 comments on commit b1940d0

Please sign in to comment.