diff options
| author | José Romildo Malaquias <malaquias@gmail.com> | 2020-06-01 17:55:24 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 17:55:24 -0300 |
| commit | 89fda74df52b02ea0015fbc6da75330a52079192 (patch) | |
| tree | 842517f14702dfb6b5c303c1d629bdd646ce5401 | |
| parent | Merge pull request #89233 from romildo/upd.iconpack-obsidian (diff) | |
| parent | lxqt.lxqt-qtplugin: sort dependencies (diff) | |
| download | nixpkgs-89fda74df52b02ea0015fbc6da75330a52079192.tar.gz | |
Merge pull request #89263 from romildo/upd.lxqt-qtplugin
lxqt.lxqt-qtplugin: 0.15.0 -> 0.15.1
| -rw-r--r-- | pkgs/desktops/lxqt/lxqt-qtplugin/default.nix | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix b/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix index 02a43b4a8c17..7bdd628f4589 100644 --- a/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix +++ b/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix @@ -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 = [ @@ -30,13 +30,13 @@ mkDerivation rec { ]; buildInputs = [ - qtbase - qtx11extras - qttools - qtsvg libdbusmenu - libqtxdg libfm-qt + libqtxdg + qtbase + qtsvg + qttools + qtx11extras ]; postPatch = '' |
