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 b4d8b8b + 68104a5 commit 8d07dbfCopy full SHA for 8d07dbf
pkgs/by-name/li/limine/package.nix
@@ -18,7 +18,7 @@ let
18
llvmPackages = llvmPackages_18;
19
stdenv = llvmPackages.stdenv;
20
21
- version = "8.0.13";
+ version = "8.0.14";
22
23
hasI686 =
24
(if targets == [ ] then stdenv.hostPlatform.isx86_32 else (builtins.elem "i686" targets))
@@ -64,7 +64,7 @@ stdenv.mkDerivation {
64
# Packaging that in Nix is very cumbersome.
65
src = fetchurl {
66
url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
67
- hash = "sha256-pg0tAn4YlfEzpyxb9QAAR0PApYmtnafMbIXfhHw+w3k=";
+ hash = "sha256-tj8wFUFveGp10Ls4xWIqqdY6fUHWy3jxsVeJRTz7/9Q=";
68
};
69
70
hardeningDisable = [
0 commit comments