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,
fio,
cmake,
polkit-qt,
polkit-qt-1,
extra-cmake-modules,
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
pname = "kdiskmark";
version = "3.1.4";
version = "3.2.0";
src = fetchFromGitHub {
owner = "jonmagon";
repo = "kdiskmark";
rev = version;
hash = "sha256-JueY7zw9PIo9ETi7pQLpw8FGRhNXYXeXEvTzZGz9lbw=";
hash = "sha256-b42PNUrG10RyGct6dPtdT89oO222tEovkSPoRcROfaQ=";
fetchSubmodules = true;
};
@ -31,12 +31,12 @@ stdenv.mkDerivation rec {
buildInputs = [
qtbase
qttools
polkit-qt
polkit-qt-1
];
preConfigure = ''
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 = [

View File

@ -3400,7 +3400,7 @@ with pkgs;
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;