2022-11-12T10:15:59 kdiskmark 3.0.0 -> 3.1.2 https://github.com/jonmagon/kdiskmark/releases 2022-11-12T10:16:02 attrpath: kdiskmark 2022-11-12T10:16:02 Checking auto update branch... 2022-11-12T10:16:02 No auto update branch exists 2022-11-12T10:16:05 [version] 2022-11-12T10:16:08 [version] updated version and sha256 2022-11-12T10:16:08 [rustCrateVersion] 2022-11-12T10:16:08 [rustCrateVersion] No cargoSha256 found 2022-11-12T10:16:08 [golangModuleVersion] 2022-11-12T10:16:08 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-12T10:16:08 [updateScript] 2022-11-12T10:16:08 [updateScript] skipping because derivation has no updateScript 2022-11-12T10:16:08 2022-11-12T10:16:08 [quotedUrls] 2022-11-12T10:16:08 [quotedUrls] nothing found to replace 2022-11-12T10:16:09 Diff after rewrites: diff --git a/pkgs/tools/filesystems/kdiskmark/default.nix b/pkgs/tools/filesystems/kdiskmark/default.nix index 6712b96f7fd..b365df905d5 100644 --- a/pkgs/tools/filesystems/kdiskmark/default.nix +++ b/pkgs/tools/filesystems/kdiskmark/default.nix @@ -11,13 +11,13 @@ }: stdenv.mkDerivation rec { name = "kdiskmark"; - version = "3.0.0"; + version = "3.1.2"; src = fetchFromGitHub { owner = "jonmagon"; repo = "kdiskmark"; rev = version; - sha256 = "sha256-fDimH0BX0zxGuOMNLhNbMGMr2pS+qbZhflSpoLFK+Ng="; + sha256 = "sha256-UsQLx2y9Ld2TD9RkqKOUO3vy57+WHC7Ia5lcsslYakw="; }; nativeBuildInputs = [ cmake wrapQtAppsHook ]; 2022-11-12T10:17:43 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kdiskmark nix build failed. -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:40 (add_subdirectory): The source directory /build/source/src/singleapplication does not contain a CMakeLists.txt file.  Installing in /nix/store/vyn7cicanvdk9y236mcmffx7mdvdrc52-kdiskmark. Run /build/source/build/prefix.sh to set the environment for kdiskmark. CMake Error at CMakeLists.txt:53 (find_package): By not providing "FindPolkitQt5-1.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "PolkitQt5-1", but CMake did not find one. Could not find a package configuration file provided by "PolkitQt5-1" with any of the following names: PolkitQt5-1Config.cmake polkitqt5-1-config.cmake Add the installation prefix of "PolkitQt5-1" to CMAKE_PREFIX_PATH or set "PolkitQt5-1_DIR" to a directory containing one of the above files. If "PolkitQt5-1" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".