kdiskmark 3.0.0 -> 3.1.2 https://github.com/jonmagon/kdiskmark/releases attrpath: kdiskmark 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/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 ]; 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 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/h51vg1m0p2ahqsc2qlxj2cwqhq30lw20-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".