about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 12:47:32 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 12:47:32 -0700
commit6fe8c62c8fb394dc218d5f394302b385221fe7fb (patch)
tree147dd75ad912fe0e23b7f1b15c6e45b31df7598c /pkgs/desktops
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixlib-6fe8c62c8fb394dc218d5f394302b385221fe7fb.tar
nixlib-6fe8c62c8fb394dc218d5f394302b385221fe7fb.tar.gz
nixlib-6fe8c62c8fb394dc218d5f394302b385221fe7fb.tar.bz2
nixlib-6fe8c62c8fb394dc218d5f394302b385221fe7fb.tar.lz
nixlib-6fe8c62c8fb394dc218d5f394302b385221fe7fb.tar.xz
nixlib-6fe8c62c8fb394dc218d5f394302b385221fe7fb.tar.zst
nixlib-6fe8c62c8fb394dc218d5f394302b385221fe7fb.zip
lxqt.qtermwidget: 0.8.0 -> 0.9.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

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.
- found 0.9.0 with grep in /nix/store/3xrdwiihv6005a89hg2yz049dwj1yvjk-qtermwidget-0.9.0
- directory tree listing: https://gist.github.com/32846676d9b32d68c711e46efb4b2822
- du listing: https://gist.github.com/08616a507ab3f444a6710fbb666e20dc
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/lxqt/core/qtermwidget/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxqt/core/qtermwidget/default.nix b/pkgs/desktops/lxqt/core/qtermwidget/default.nix
index f882088d07b8..56c42cb28532 100644
--- a/pkgs/desktops/lxqt/core/qtermwidget/default.nix
+++ b/pkgs/desktops/lxqt/core/qtermwidget/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "qtermwidget";
-  version = "0.8.0";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "lxde";
     repo = pname;
     rev = version;
-    sha256 = "14yjz6b1l2yd7sfsxjv26yg5153fpyq23443kswkgkd9jh32gxj4";
+    sha256 = "05gbdjzgmcr3ljs9ba3qvh7a3v6yn6vakwfy8avld9gy5bdd76rg";
   };
 
   nativeBuildInputs = [ cmake lxqt.lxqt-build-tools ];