nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

[Backport release-25.11] limine: 10.6.1 -> 10.6.2 (#477809)

authored by

nixpkgs-ci[bot] and committed by
GitHub
35bdbbce cc404baa

+2 -2
+2 -2
pkgs/by-name/li/limine/package.nix
··· 47 47 # as bootloader for various platforms and corresponding binary and helper files. 48 48 stdenv.mkDerivation (finalAttrs: { 49 49 pname = "limine"; 50 - version = "10.6.1"; 50 + version = "10.6.2"; 51 51 52 52 # We don't use the Git source but the release tarball, as the source has a 53 53 # `./bootstrap` script performing network access to download resources. 54 54 # Packaging that in Nix is very cumbersome. 55 55 src = fetchurl { 56 56 url = "https://codeberg.org/Limine/Limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz"; 57 - hash = "sha256-juCivgLVpGY7hiHLMhZwhTTcIPA2CfYyKHTp8Oy33mI="; 57 + hash = "sha256-WHzv4pNXSIu6H2i8MtxO6ogIzB7ZVcBqAGz+zzbmFKs="; 58 58 }; 59 59 60 60 enableParallelBuilding = true;