Skip to content

Commit ad5c483

Browse files
limine: 9.0.0 -> 9.0.1 (#386410)
Co-authored-by: lzcunt <[email protected]>
2 parents 7c99677 + eb91a67 commit ad5c483

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 = "9.0.0";
20+
version = "9.0.1";
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-jTApAnysHola1RX7zk2CLoEbNpS8r+O9qP1zJjxZ7Ho=";
72+
hash = "sha256-c27Hn9evHt7AqzUWPFYoIHD8UQR1ToJgX+1DcVbaMBU=";
7373
};
7474

7575
enableParallelBuilding = true;

0 commit comments

Comments
 (0)