AusweisApp2 1.26.7 -> 2.0.0 https://repology.org/project/ausweisapp2/versions attrpath: AusweisApp2 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/ausweisapp2/default.nix b/pkgs/applications/misc/ausweisapp2/default.nix index 6ef313fa6def..0cda77f41d60 100644 --- a/pkgs/applications/misc/ausweisapp2/default.nix +++ b/pkgs/applications/misc/ausweisapp2/default.nix @@ -3,13 +3,13 @@ mkDerivation rec { pname = "AusweisApp2"; - version = "1.26.7"; + version = "2.0.0"; src = fetchFromGitHub { owner = "Governikus"; repo = "AusweisApp2"; rev = version; - hash = "sha256-i9hfmMp0pEqtIeKc1mcyINXetzD/33aM0utL8nomVcg="; + hash = "sha256-NfNU77RK+oXiSJqZnJ/Vv145L9+XHRfnJj6JBW0D9aY="; }; nativeBuildInputs = [ cmake pkg-config ]; 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 AusweisApp2 nix build failed. -- VERSION: 2.0.0 -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- DVCS beta: FALSE -- No documentation will be generated -- CMAKE_INSTALL_PREFIX: /nix/store/3hcwdjgqijyji7apj84m6c1mdniykmmk-AusweisApp2-2.0.0 -- CMAKE_BUILD_TYPE: RELEASE -- CMAKE_PREFIX_PATH: -- CMAKE_INCLUDE_PATH: -- CMAKE_LIBRARY_PATH: -- CMAKE_SYSTEM_PREFIX_PATH: /nix/store/5h0akwq4cwlc3yp92i84nfgcxpv5xv79-cmake-3.26.4;/nix/store/3hcwdjgqijyji7apj84m6c1mdniykmmk-AusweisApp2-2.0.0 -- CMAKE_SYSTEM_INCLUDE_PATH: /nix/store/x8lqlydsxbrwvf6p7v18gws8kn1xl37f-glibc-2.38-23-dev/include -- CMAKE_VERSION: 3.26.4 -- CMAKE_SYSTEM_PROCESSOR: x86_64 -- CMAKE_CXX_SIMULATE_ID: -- BUILD_SHARED_LIBS: OFF CMake Error at cmake/Libraries.cmake:29 (find_package): Could not find a package configuration file provided by "Qt6" (requested version 6.4) with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:140 (include)  -- Configuring incomplete, errors occurred!