Skip to content

Commit bd736df

Browse files
limine: 8.7.0 -> 9.0.0
1 parent 9601183 commit bd736df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/limine/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
let
1818
stdenv = llvmPackages.stdenv;
1919

20-
version = "8.7.0";
20+
version = "9.0.0";
2121

2222
hasI686 =
2323
(if targets == [ ] then stdenv.hostPlatform.isx86_32 else (builtins.elem "i686" targets))
@@ -69,7 +69,7 @@ stdenv.mkDerivation {
6969
# Packaging that in Nix is very cumbersome.
7070
src = fetchurl {
7171
url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
72-
hash = "sha256-pwoR9ptMpdhdEe/Kbyc+smv9oNIqtJ9L0KFdf6/g0Ec=";
72+
hash = "sha256-jTApAnysHola1RX7zk2CLoEbNpS8r+O9qP1zJjxZ7Ho=";
7373
};
7474

7575
enableParallelBuilding = true;

0 commit comments

Comments
 (0)