tytools 0.9.8 -> 0.9.9 https://github.com/Koromix/tytools/releases attrpath: tytools 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/development/embedded/tytools/default.nix b/pkgs/development/embedded/tytools/default.nix index 1669ec239ac7..5e2bfd8aed2b 100644 --- a/pkgs/development/embedded/tytools/default.nix +++ b/pkgs/development/embedded/tytools/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "tytools"; - version = "0.9.8"; + version = "0.9.9"; src = fetchFromGitHub { owner = "Koromix"; repo = pname; rev = "v${version}"; - sha256 = "sha256-MKhh0ooDZI1Ks8vVuPRiHhpOqStetGaAhE2ulvBstxA="; + sha256 = "sha256-CnH9Vm/ncS0UK9twQpZ6PgQCLqI9xQAn0NpiQnTOk24="; }; nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ]; 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 tytools nix build failed. got build log for 'tytools' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/nwrz3bn8am4n1ngk6xzc3gg8ydc3fhqv-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/share/doc/tytools -DCMAKE_INSTALL_INFODIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/include -DCMAKE_INSTALL_SBINDIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/sfgnb6rr428bssyrs54d6d0vv2avi95c-gcc-wrapper-12.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/sfgnb6rr428bssyrs54d6d0vv2avi95c-gcc-wrapper-12.3.0/bin/ranlib -DCMAKE_AR=/nix/store/sfgnb6rr428bssyrs54d6d0vv2avi95c-gcc-wrapper-12.3.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/m5hfsrmdgrj0qypmm7y08mrsf6kihmkk-tytools-0.9.9 CMake Warning: Ignoring extra path from command line: ".."  CMake Error: The source directory "/build/source" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.