kdiskmark: 3.1.4 -> 3.2.0

changelog: https://github.com/JonMagon/KDiskMark/releases/tag/3.2.0
This commit is contained in:
Guillaume Girol 2025-08-11 12:00:00 +00:00
parent 5b09dc45f2
commit 9652ffd5c1
2 changed files with 6 additions and 6 deletions

View File

@ -6,19 +6,19 @@
qttools, qttools,
fio, fio,
cmake, cmake,
polkit-qt, polkit-qt-1,
extra-cmake-modules, extra-cmake-modules,
fetchFromGitHub, fetchFromGitHub,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "kdiskmark"; pname = "kdiskmark";
version = "3.1.4"; version = "3.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jonmagon"; owner = "jonmagon";
repo = "kdiskmark"; repo = "kdiskmark";
rev = version; rev = version;
hash = "sha256-JueY7zw9PIo9ETi7pQLpw8FGRhNXYXeXEvTzZGz9lbw="; hash = "sha256-b42PNUrG10RyGct6dPtdT89oO222tEovkSPoRcROfaQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -31,12 +31,12 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
qtbase qtbase
qttools qttools
polkit-qt polkit-qt-1
]; ];
preConfigure = '' preConfigure = ''
substituteInPlace CMakeLists.txt \ substituteInPlace CMakeLists.txt \
--replace \$\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\} $out/share/polkit-1/actions --replace-fail \$\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\} $out/share/polkit-1/actions
''; '';
qtWrapperArgs = [ qtWrapperArgs = [

View File

@ -3400,7 +3400,7 @@ with pkgs;
kaffeine = libsForQt5.callPackage ../applications/video/kaffeine { }; kaffeine = libsForQt5.callPackage ../applications/video/kaffeine { };
kdiskmark = libsForQt5.callPackage ../tools/filesystems/kdiskmark { }; kdiskmark = kdePackages.callPackage ../tools/filesystems/kdiskmark { };
keepkey-agent = with python3Packages; toPythonApplication keepkey-agent; keepkey-agent = with python3Packages; toPythonApplication keepkey-agent;