summary refs log tree commit diff
path: root/pkgs/desktops/lxqt/core
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 15:09:43 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-09 00:09:43 +0200
commit16000cf8d3c2eeefe25fe15a488a4e1d12240b2d (patch)
tree8aef1cc434f9599ba7190ebb7260ea4cd2db7329 /pkgs/desktops/lxqt/core
parent385fa8bea54220c28ee5fddef4128b80c446adc1 (diff)
downloadnixlib-16000cf8d3c2eeefe25fe15a488a4e1d12240b2d.tar
nixlib-16000cf8d3c2eeefe25fe15a488a4e1d12240b2d.tar.gz
nixlib-16000cf8d3c2eeefe25fe15a488a4e1d12240b2d.tar.bz2
nixlib-16000cf8d3c2eeefe25fe15a488a4e1d12240b2d.tar.lz
nixlib-16000cf8d3c2eeefe25fe15a488a4e1d12240b2d.tar.xz
nixlib-16000cf8d3c2eeefe25fe15a488a4e1d12240b2d.tar.zst
nixlib-16000cf8d3c2eeefe25fe15a488a4e1d12240b2d.zip
lxqt.lxqt-qtplugin: 0.12.0 -> 0.13.0 (#42984)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lxqt-qtplugin/versions.

Version release notes (from GitHub):

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/c6381d7911d526753a3a9f2ef17dc34e
- du listing: https://gist.github.com/bc019cd05de1faa42bc8d394d3390267
Diffstat (limited to 'pkgs/desktops/lxqt/core')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-qtplugin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-qtplugin/default.nix b/pkgs/desktops/lxqt/core/lxqt-qtplugin/default.nix
index c5fae1e9ecb3..7d3d464e0bb0 100644
--- a/pkgs/desktops/lxqt/core/lxqt-qtplugin/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-qtplugin/default.nix
@@ -7,13 +7,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "lxqt-qtplugin";
-  version = "0.12.0";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "lxde";
     repo = pname;
     rev = version;
-    sha256 = "1i1rga0pg764ccwhq7acdsckxpl1apxwj4lv4gygxxmpkrg62zkv";
+    sha256 = "19y5dvbj7gwyh8glc6vi6hb5snvkd3jwvss6j0sn2sy2gp9g9ryb";
   };
 
   nativeBuildInputs = [