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
This commit is contained in:
R. RyanTM 2018-06-23 12:47:32 -07:00
parent 904114fdb8
commit 6fe8c62c8f

View File

@ -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 ];