Merge pull request #168603 from wineee/polkit-qt

polkit-qt-1: 0.113.0 -> 0.114.0
This commit is contained in:
Thomas Tuegel 2022-04-14 11:02:29 -05:00 committed by GitHub
commit 6bb4f38513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@
mkDerivation rec {
pname = "polkit-qt-1";
version = "0.113.0";
version = "0.114.0";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-W4ZqKVTvEP+2YVbi/orQMhtVKKjfLkqRsC9QQc5VY6c=";
sha256 = "sha256-LrDyJEWIgpX/or+8DDaThHoPlzu2sMPkzOAhi+fjkH4=";
};
nativeBuildInputs = [ cmake pkg-config ];