kernelshark 2.2.1 -> 2.3.0 https://repology.org/project/kernelshark/versions attrpath: kernelshark 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/os-specific/linux/trace-cmd/kernelshark.nix b/pkgs/os-specific/linux/trace-cmd/kernelshark.nix index 1eda219013da..587c1ee17ffa 100644 --- a/pkgs/os-specific/linux/trace-cmd/kernelshark.nix +++ b/pkgs/os-specific/linux/trace-cmd/kernelshark.nix @@ -5,11 +5,11 @@ mkDerivation rec { pname = "kernelshark"; - version = "2.2.1"; + version = "2.3.0"; src = fetchzip { url = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/snapshot/kernelshark-v${version}.tar.gz"; - hash = "sha256-V25IzPDOt6V03wgIa/AJ0T8mRaGmXYuMCcvbSOKleY0="; + hash = "sha256-y4UpDcKnOgErgRTIYTWP6mFhdlsMP/Y214ZqCRxTAF0="; }; outputs = [ "out" ]; 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 kernelshark nix build failed. Could not find a package configuration file provided by "Qt6Widgets" (requested version 6.3.0) with any of the following names: Qt6WidgetsConfig.cmake qt6widgets-config.cmake Add the installation prefix of "Qt6Widgets" to CMAKE_PREFIX_PATH or set "Qt6Widgets_DIR" to a directory containing one of the above files. If "Qt6Widgets" provides a separate development package or SDK, be sure it has been installed.  CMake Error at CMakeLists.txt:77 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" 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.  -- Configuring incomplete, errors occurred!