kdiskmark: 3.1.4 -> 3.2.0 (#432773)

This commit is contained in:
Guillaume Girol 2025-08-15 10:52:20 +02:00 committed by GitHub
commit 2cd57f43e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -3354,7 +3354,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;