limine: 7.5.3 -> 7.7.0

This commit is contained in:
R. Ryantm
2024-06-05 07:18:44 +00:00
parent 47e879862c
commit 635d02bfeb
+2 -2
View File
@@ -12,7 +12,7 @@
}:
let
version = "7.5.3";
version = "7.7.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.
@@ -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-zuBHPuS+vdtSDfoRm6J0VdIYV3MtZtwW5qzCjDNmQKk=";
sha256 = "sha256-GD66BuplRyIDCy6J9Lys8z7GDshaz50O1Lu//lO+nf0=";
};
nativeBuildInputs = [