Skip to content

Commit

Permalink
Merge pull request #78325 from romildo/upd.screengrab
Browse files Browse the repository at this point in the history
lxqt.screengrab: 1.101 -> 2.0.0
  • Loading branch information
jagajaga committed Jan 23, 2020
2 parents 3ff9f5c + 01dd056 commit 055e5b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/desktops/lxqt/screengrab/default.nix
Expand Up @@ -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 = [
Expand All @@ -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 ];
Expand Down

0 comments on commit 055e5b3

Please sign in to comment.