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.
2 parents 7c99677 + eb91a67 commit ad5c483Copy full SHA for ad5c483
pkgs/by-name/li/limine/package.nix
@@ -17,7 +17,7 @@
17
let
18
stdenv = llvmPackages.stdenv;
19
20
- version = "9.0.0";
+ version = "9.0.1";
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-jTApAnysHola1RX7zk2CLoEbNpS8r+O9qP1zJjxZ7Ho=";
+ hash = "sha256-c27Hn9evHt7AqzUWPFYoIHD8UQR1ToJgX+1DcVbaMBU=";
73
};
74
75
enableParallelBuilding = true;
0 commit comments