Skip to content

Commit

Permalink
Merge pull request #89263 from romildo/upd.lxqt-qtplugin
Browse files Browse the repository at this point in the history
lxqt.lxqt-qtplugin: 0.15.0 -> 0.15.1
  • Loading branch information
romildo authored Jun 1, 2020
2 parents 98d5aba + 146d626 commit 89fda74
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
, mkDerivation
, fetchFromGitHub
, cmake
, lxqt-build-tools
, qtbase
, qtx11extras
, qttools
, qtsvg
, libdbusmenu
, libqtxdg
, libfm-qt
, libqtxdg
, lxqt-build-tools
, lxqtUpdateScript
, qtbase
, qtsvg
, qttools
, qtx11extras
}:

mkDerivation rec {
pname = "lxqt-qtplugin";
version = "0.15.0";
version = "0.15.1";

src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "17x5jr78rbsf4pbvc4y3wwkpvsmynzkxy2ifvwhqyc2gmjspp8il";
sha256 = "0if01bdhz8ph4k1mwvjjjw0fw6mxzprgz17ap23xbsdr009hxdf0";
};

nativeBuildInputs = [
Expand All @@ -30,13 +30,13 @@ mkDerivation rec {
];

buildInputs = [
qtbase
qtx11extras
qttools
qtsvg
libdbusmenu
libqtxdg
libfm-qt
libqtxdg
qtbase
qtsvg
qttools
qtx11extras
];

postPatch = ''
Expand Down

0 comments on commit 89fda74

Please sign in to comment.