Merge pull request #313810 from r-ryantm/auto-update/limine
limine: 7.5.1 -> 7.5.2
This commit is contained in:
commit
3aa1ab4831
@ -12,7 +12,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "7.5.1";
|
version = "7.5.2";
|
||||||
in
|
in
|
||||||
# The output of the derivation is a tool to create bootable images using Limine
|
# 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.
|
# as bootloader for various platforms and corresponding binary and helper files.
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||||||
# Packaging that in Nix is very cumbersome.
|
# Packaging that in Nix is very cumbersome.
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
|
url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
|
||||||
sha256 = "sha256-aWzhUwW4799v0qZDpzzztb2LnfRYwjPXWM2dgpqwYIo=";
|
sha256 = "sha256-l9ax89rNbQs8eNyuljdEXCvY5GRXsN9qzIDrsi76iEg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user