We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9601183 commit bd736dfCopy full SHA for bd736df
pkgs/by-name/li/limine/package.nix
@@ -17,7 +17,7 @@
17
let
18
stdenv = llvmPackages.stdenv;
19
20
- version = "8.7.0";
+ version = "9.0.0";
21
22
hasI686 =
23
(if targets == [ ] then stdenv.hostPlatform.isx86_32 else (builtins.elem "i686" targets))
@@ -69,7 +69,7 @@ stdenv.mkDerivation {
69
# Packaging that in Nix is very cumbersome.
70
src = fetchurl {
71
url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
72
- hash = "sha256-pwoR9ptMpdhdEe/Kbyc+smv9oNIqtJ9L0KFdf6/g0Ec=";
+ hash = "sha256-jTApAnysHola1RX7zk2CLoEbNpS8r+O9qP1zJjxZ7Ho=";
73
};
74
75
enableParallelBuilding = true;
0 commit comments