Skip to content

Commit

Permalink
Merge pull request #101272 from edolstra/fix-kdeconnect
Browse files Browse the repository at this point in the history
Fix kdeconnect
  • Loading branch information
edolstra authored Oct 22, 2020
2 parents 8935152 + 42bf618 commit 357a62d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/kdeconnect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@

mkDerivation rec {
pname = "kdeconnect";
version = "20.08.1";
version = "20.08.2";

src = fetchurl {
url = "https://download.kde.org/stable/release-service/${version}/src/${pname}-kde-${version}.tar.xz";
sha256 = "0s76djgpx08jfmh99c7kx18mnr3w7bv4hdra120nicq89mmy7gwf";
sha256 = "0rzfnkgkv759d4pa16qk0sw87wqzwgkd99yzrzfy2zcq423f6hvd";
};

patches = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21622,7 +21622,7 @@ in

k4dirstat = libsForQt5.callPackage ../applications/misc/k4dirstat { };

kdeconnect = libsForQt5.callPackage ../applications/misc/kdeconnect { };
kdeconnect = libsForQt512.callPackage ../applications/misc/kdeconnect { };

inherit (kdeFrameworks) kdesu;

Expand Down

0 comments on commit 357a62d

Please sign in to comment.