1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

lxqt.qtermwidget: 0.17.0 -> 1.0.0

This commit is contained in:
José Romildo 2021-11-05 14:35:02 -03:00
parent d567162b83
commit 5330d479fb

View file

@ -10,13 +10,13 @@
mkDerivation rec {
pname = "qtermwidget";
version = "0.17.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "0pmkk2mba8z6cgfsd8sy4vhf5d9fn9hvxszzyycyy1ndygjrc1v8";
sha256 = "0i1w5wgac7r4p0jjrrswlvvwivkwrp1b88xh5ijjw6k9irjc7zf6";
};
nativeBuildInputs = [