Merge pull request #307894 from r-ryantm/auto-update/limine

limine: 7.4.0 -> 7.4.1
This commit is contained in:
Weijia Wang 2024-04-30 13:35:53 +02:00 committed by GitHub
commit cb1b548998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
}:
let
version = "7.4.0";
version = "7.4.1";
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.
@ -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-lPesgQENZkMbxl/4sh+wTR21QfPJg57CDmqTwcy4b2k=";
sha256 = "sha256-0SCy5msjWG9c1UHJka1typCTGh21VzHLfH5pMPMdEH0=";
};
nativeBuildInputs = [