kdePackages.polkit-qt-1: 0.200.0 -> 0.201.1

This commit is contained in:
R. Ryantm
2026-04-18 19:19:13 +00:00
parent 6df0e71709
commit 484ac31d8d
+2 -2
View File
@@ -8,11 +8,11 @@
}:
mkKdeDerivation rec {
pname = "polkit-qt-1";
version = "0.200.0";
version = "0.201.1";
src = fetchurl {
url = "mirror://kde/stable/polkit-qt-1/polkit-qt-1-${version}.tar.xz";
sha256 = "sha256-XTthHAYtK3apN1C7EMkHv9IdH/CNChXcLPY+J44Wd/s=";
sha256 = "sha256-ldjiyuUwxUbZQ3RZ3rihvqONVy8Pl3LMKGDcFDY38lY=";
};
patches = [ ./full-paths.patch ];