diff options
| author | Wolfgang Walther <walther@technowledgy.de> | 2025-08-09 17:26:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-09 17:26:51 +0000 |
| commit | 49df134f9402356a326d41896ab4667e5f6b49ac (patch) | |
| tree | ba9b3b78f8c8c331884142dd7f753a073bbaccc9 | |
| parent | [Backport release-25.05] signal-desktop-bin: 7.59.0 -> 7.64.0 (#431762) (diff) | |
| parent | limine: 9.5.1 -> 9.5.4 (diff) | |
| download | nixpkgs-49df134f9402356a326d41896ab4667e5f6b49ac.tar.gz | |
[Backport release-25.05] limine: 9.5.1 -> 9.5.4 (#431846)
| -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; |
