Skip to content

Commit

Permalink
lxqt.qterminal: 0.8.0 -> 0.9.0 (#42963)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and xeji committed Jul 8, 2018
1 parent 3608b02 commit 033f5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/lxqt/optional/qterminal/default.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit 033f5d3

Please sign in to comment.