Skip to content

Commit

Permalink
kdecoration-viewer: Fixes build (#46339)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0f8c58a)
  • Loading branch information
bkchr authored and xeji committed Sep 7, 2018
1 parent 0842915 commit 0df8791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/kdecoration-viewer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
, cmake, extra-cmake-modules, qtquickcontrols, kconfigwidgets, kdeclarative, kdecoration }:

stdenv.mkDerivation rec {
name = "kdecoration-viewer-2015-08-20";
name = "kdecoration-viewer-2018-07-24";

src = fetchFromGitHub {
owner = "KDE";
repo = "kdecoration-viewer";
rev = "d7174acee01475fbdb71cfd48ca49d487a141701";
sha256 = "1cc4xxv72a82p1w9r76090xba7g069r41bi4zx32k4gz3vyl1am6";
rev = "6e50b39c651bbf92fd7e7116d43bf57288254288";
sha256 = "01v6i081vx0mydqvnj05xli86m52v6bxxc3z1zlyyap9cfhag7lj";
};

nativeBuildInputs = [ cmake extra-cmake-modules ];
Expand Down

0 comments on commit 0df8791

Please sign in to comment.