nvc 1.7.2 -> 1.8.1 https://github.com/nickg/nvc/releases attrpath: nvc 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/science/electronics/nvc/default.nix b/pkgs/applications/science/electronics/nvc/default.nix index 97571eeb36b..35f793eed01 100644 --- a/pkgs/applications/science/electronics/nvc/default.nix +++ b/pkgs/applications/science/electronics/nvc/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "nvc"; - version = "1.7.2"; + version = "1.8.1"; src = fetchFromGitHub { owner = "nickg"; repo = pname; rev = "r${version}"; - sha256 = "sha256-7N11S7OiAogyuNqrf7R5NZyVbiXgXxJ5t6lwBzL0YAU="; + sha256 = "sha256-9ziGNAZgUYnBofx7YwSzAgL4zIAwoPYMsGWBYs+xtg0="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nvc nix build failed. checking for __attribute__((returns_nonnull))... yes checking for grep that handles long lines and -e... /nix/store/qrqwd1ji31vmas9gax819j11w5ickgz1-gnugrep-3.7/bin/grep checking for egrep... /nix/store/qrqwd1ji31vmas9gax819j11w5ickgz1-gnugrep-3.7/bin/grep -E checking if flex is the lexer generator... yes checking for sh... /nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/sh checking for library containing dlopen... none required checking for library containing pow... -lm checking for deflate in -lz... yes checking for a sed that does not truncate output... /nix/store/4cjf65g6bacv9f279j5mv04iapzjx6m6-gnused-4.9/bin/sed checking how to run the C preprocessor... gcc -E checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for LLVM (engine passes ipo linker native)... yes checking pkg-config is at least version 0.9.0... yes checking for check >= 0.9.4... yes checking for capstone > 4.0... no checking for libffi >= 3.0... no configure: error: Package requirements (libffi >= 3.0) were not met: No package 'libffi' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables libffi_CFLAGS and libffi_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.