Unverified Commit a8cfe24b authored by K900's avatar K900 Committed by GitHub
Browse files

kdePackages.polkit-qt-1: 0.200.0 -> 0.201.1 (#511248)

parents ce74e673 484ac31d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];