Merge pull request #78325 from romildo/upd.screengrab

lxqt.screengrab: 1.101 -> 2.0.0
This commit is contained in:
Arseniy Seroka 2020-01-23 14:19:18 +03:00 committed by GitHub
commit 055e5b391a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "screengrab";
version = "1.101";
version = "2.0.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "111gnkhp77qkch7xqr7k3h8zrg4871gapyd4vvlpaj0gjhirjg6h";
sha256 = "1syvdqq45dr8hwigl9ax1wxr33m8z23nh6xzzlqbflyyd93xzjmn";
};
nativeBuildInputs = [
@ -30,7 +30,7 @@ mkDerivation rec {
meta = with lib; {
description = "Crossplatform tool for fast making screenshots";
homepage = https://github.com/lxqt/screengrab;
homepage = "https://github.com/lxqt/screengrab";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];