diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2025-08-07 13:43:39 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-07 21:07:48 +0000 |
| commit | 37930cbdc33c7f4138648d2b6f2736542ff74a47 (patch) | |
| tree | 089e57d513984f6fb53a10b345da0c4874b3f620 | |
| parent | limine: 9.5.0 -> 9.5.1 (diff) | |
| download | nixpkgs-37930cbdc33c7f4138648d2b6f2736542ff74a47.tar.gz | |
limine: 9.5.1 -> 9.5.4
(cherry picked from commit ed6f6a1ca1ac5707695a56cb1312cc32247b9c75)
| -rw-r--r-- | pkgs/by-name/li/limine/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/li/limine/package.nix b/pkgs/by-name/li/limine/package.nix index f5f3aff2bf0e..a87dc4958729 100644 --- a/pkgs/by-name/li/limine/package.nix +++ b/pkgs/by-name/li/limine/package.nix @@ -42,14 +42,14 @@ in # as bootloader for various platforms and corresponding binary and helper files. stdenv.mkDerivation (finalAttrs: { pname = "limine"; - version = "9.5.1"; + version = "9.5.4"; # We don't use the Git source but the release tarball, as the source has a # `./bootstrap` script performing network access to download resources. # Packaging that in Nix is very cumbersome. src = fetchurl { url = "https://github.com/limine-bootloader/limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz"; - hash = "sha256-UgY8S+XGlSnO1k98JWBfSN0/IY3LANVFgJwI1kdPAcU="; + hash = "sha256-X0dStbsBJyFDUG25G4PUZInp+yVG3+p3bfhwQL280ig="; }; enableParallelBuilding = true; |
