summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 14:51:15 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-08 23:51:15 +0200
commite5721be7fd18914ae8604e448a0d28cd1acb97cd (patch)
tree2a52bdd0f4460bdc4f3c3719bc781d46d4199cd0 /pkgs/desktops
parent10801de6f714e4899db7e719e02c454c0974519b (diff)
downloadnixlib-e5721be7fd18914ae8604e448a0d28cd1acb97cd.tar
nixlib-e5721be7fd18914ae8604e448a0d28cd1acb97cd.tar.gz
nixlib-e5721be7fd18914ae8604e448a0d28cd1acb97cd.tar.bz2
nixlib-e5721be7fd18914ae8604e448a0d28cd1acb97cd.tar.lz
nixlib-e5721be7fd18914ae8604e448a0d28cd1acb97cd.tar.xz
nixlib-e5721be7fd18914ae8604e448a0d28cd1acb97cd.tar.zst
nixlib-e5721be7fd18914ae8604e448a0d28cd1acb97cd.zip
lxqt.lximage-qt: 0.6.0 -> 0.7.0 (#42989)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

Version release notes (from GitHub):

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wr81hpk4m9s0pifavbghk1pvsm1sq2k4-lximage-qt-0.7.0/bin/lximage-qt had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.7.0 with grep in /nix/store/wr81hpk4m9s0pifavbghk1pvsm1sq2k4-lximage-qt-0.7.0
- directory tree listing: https://gist.github.com/ddddaf2eec633387ab34637a2853b12a
- du listing: https://gist.github.com/1c221aeb7c136e1c8cdd044093a18e7c
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/lxqt/optional/lximage-qt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxqt/optional/lximage-qt/default.nix b/pkgs/desktops/lxqt/optional/lximage-qt/default.nix
index 80921cac891d..8b185703ec73 100644
--- a/pkgs/desktops/lxqt/optional/lximage-qt/default.nix
+++ b/pkgs/desktops/lxqt/optional/lximage-qt/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "lximage-qt";
-  version = "0.6.0";
+  version = "0.7.0";
 
   src = fetchFromGitHub {
     owner = "lxde";
     repo = pname;
     rev = version;
-    sha256 = "0zmrpfgmlq005zikyvhqbpip6mz6pfcf9aqjpncyc5vlggmh28ym";
+    sha256 = "1slmaic9cmj5lqa5kwc1qfbbycwh8840wnkg0nxc99ls0aazlpzi";
   };
 
   nativeBuildInputs = [