···4747# as bootloader for various platforms and corresponding binary and helper files.4848stdenv.mkDerivation (finalAttrs: {4949 pname = "limine";5050- version = "10.6.1";5050+ version = "10.6.2";51515252 # We don't use the Git source but the release tarball, as the source has a5353 # `./bootstrap` script performing network access to download resources.5454 # Packaging that in Nix is very cumbersome.5555 src = fetchurl {5656 url = "https://codeberg.org/Limine/Limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz";5757- hash = "sha256-juCivgLVpGY7hiHLMhZwhTTcIPA2CfYyKHTp8Oy33mI=";5757+ hash = "sha256-WHzv4pNXSIu6H2i8MtxO6ogIzB7ZVcBqAGz+zzbmFKs=";5858 };59596060 enableParallelBuilding = true;