From 033f5d38b8fd30da727a15dff72f72eccc2495c7 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 8 Jul 2018 14:41:46 -0700 Subject: [PATCH] lxqt.qterminal: 0.8.0 -> 0.9.0 (#42963) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qterminal/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/9bvz8bq3vsclmvyziswscn8hxkgsyvv4-qterminal-0.9.0/bin/qterminal 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.9.0 with grep in /nix/store/9bvz8bq3vsclmvyziswscn8hxkgsyvv4-qterminal-0.9.0 - directory tree listing: https://gist.github.com/76f97d0d578674b7b80479185f5029e5 - du listing: https://gist.github.com/56dfa13e4cd8c75bf2d88861ccd8fca1 --- pkgs/desktops/lxqt/optional/qterminal/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/lxqt/optional/qterminal/default.nix b/pkgs/desktops/lxqt/optional/qterminal/default.nix index 88c4740760f8..9f8e4482e21f 100644 --- a/pkgs/desktops/lxqt/optional/qterminal/default.nix +++ b/pkgs/desktops/lxqt/optional/qterminal/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { name = "${pname}-${version}"; pname = "qterminal"; - version = "0.8.0"; + version = "0.9.0"; src = fetchFromGitHub { owner = "lxde"; repo = pname; rev = version; - sha256 = "1899a5zc5kx7mxiyrncigqjia1k98qg526qynf4754nr9ifghxdw"; + sha256 = "1z9wlyj5i192jfq3dcxjf8wzx9x332f19c9ll7zv69cq21kyy9wn"; }; nativeBuildInputs = [