SP800-90B_EntropyAssessment 1.1.6 -> 1.1.7 https://github.com/usnistgov/SP800-90B_EntropyAssessment/releases attrpath: SP800-90B_EntropyAssessment 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/tools/misc/SP800-90B_EntropyAssessment/default.nix b/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix index f2ff558168d5..ba0aee8ce62e 100644 --- a/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix +++ b/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "SP800-90B_EntropyAssessment"; - version = "1.1.6"; + version = "1.1.7"; src = fetchFromGitHub { owner = "usnistgov"; repo = "SP800-90B_EntropyAssessment"; rev = "v${version}"; - hash = "sha256-KZQ7kC0PbBkjLEQZIqYakQ91OvCxruhdfUwiRHtno3w="; + hash = "sha256-hW1ImFW3mt2mEqEjxTxqqnpC5LLT+h1OMM3tUAmi8e4="; }; buildInputs = [ bzip2 libdivsufsort jsoncpp openssl mpfr ]; 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 SP800-90B_EntropyAssessment nix build failed. got build log for 'SP800-90B_EntropyAssessment' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/mxld19n95icmwkbkvc2j65c7sdr1cmd1-source source root is source/cpp @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile') @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/bash CROSS_COMPILE= ARCH=x86_64 g++ -std=c++11 -fopenmp -O2 -ffloat-store -I/usr/include/jsoncpp iid_main.cpp -o ea_iid -lbz2 -lpthread -ldivsufsort -ldivsufsort64 -ljsoncpp -lcrypto In file included from iid_main.cpp:6: shared/lrs_test.h:6:10: fatal error: divsufsort64.h: No such file or directory 6 | #include  | ^~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:30: iid_main.o] Error 1