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, 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

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