limine 7.9.1 -> 7.9.2 https://repology.org/project/limine/versions attrpath: limine Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/li/limine/package.nix b/pkgs/by-name/li/limine/package.nix index eade9bd2d631..853100645fbb 100644 --- a/pkgs/by-name/li/limine/package.nix +++ b/pkgs/by-name/li/limine/package.nix @@ -12,7 +12,7 @@ }: let - version = "7.9.1"; + version = "7.9.2"; in # The output of the derivation is a tool to create bootable images using Limine # as bootloader for various platforms and corresponding binary and helper files. @@ -24,7 +24,7 @@ stdenv.mkDerivation { # Packaging that in Nix is very cumbersome. src = fetchurl { url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"; - sha256 = "sha256-cR6ilV5giwvbqUoOGbnXQnqZzUz/oL7OGZPYNoFKvy0="; + sha256 = "sha256-WrJ9aAvV4/lYk1Z6llxfDgzvOsx04YdNvxvovxPJ36A="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/vgh585zkrvpyfacsaf36f15zkvviwi3d-nix-2.18.4/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A limine nix build failed. checking for string.h... (cached) yes checking for clang (i686)... yes checking for ld.lld (i686)... yes checking for llvm-objcopy (i686)... yes checking for llvm-objdump (i686)... yes checking for llvm-readelf (i686)... yes checking for clang (i686)... yes checking for ld.lld (i686)... yes checking for llvm-objcopy (i686)... yes checking for llvm-objdump (i686)... yes checking for clang (x86_64)... yes checking for ld.lld (x86_64)... yes checking for llvm-objcopy (x86_64)... yes checking for llvm-objdump (x86_64)... yes checking for clang (aarch64)... yes checking for ld.lld (aarch64)... yes checking for llvm-objcopy (aarch64)... yes checking for llvm-objdump (aarch64)... yes checking for clang (riscv64)... yes checking for ld.lld (riscv64)... yes checking for llvm-objcopy (riscv64)... yes checking for llvm-objdump (riscv64)... yes checking for riscv64-elf-gcc (riscv64)... no checking for x86_64-unknown-linux-gnu-gcc (riscv64)... yes checking for x86_64-unknown-linux-gnu-ld (riscv64)... no checking for gcc (riscv64)... yes checking for ld (riscv64)... yes checking for objcopy (riscv64)... yes checking for objdump (riscv64)... yes error: could not find any valid toolchain for target 'riscv64'