Skip to content

Commit d734aa7

Browse files
limine: 9.2.0 -> 9.2.1 (#393368)
Co-authored-by: lzcunt <[email protected]>
2 parents 7b09316 + 771861b commit d734aa7

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
@@ -42,14 +42,14 @@ in
4242
# as bootloader for various platforms and corresponding binary and helper files.
4343
stdenv.mkDerivation (finalAttrs: {
4444
pname = "limine";
45-
version = "9.2.0";
45+
version = "9.2.1";
4646

4747
# We don't use the Git source but the release tarball, as the source has a
4848
# `./bootstrap` script performing network access to download resources.
4949
# Packaging that in Nix is very cumbersome.
5050
src = fetchurl {
5151
url = "https://github.com/limine-bootloader/limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz";
52-
hash = "sha256-tR946s/b9RcGAFa+dJk/+Bfzf5FmE2UgdygjDVkrEgw=";
52+
hash = "sha256-yHr8FMOKlWlSkkmkGADC6R4PHO7tHk38gwrJS/nPvvs=";
5353
};
5454

5555
enableParallelBuilding = true;

0 commit comments

Comments
 (0)