Skip to content

Commit

Permalink
lxqt.screengrab: 2017-02-18 -> 1.97 (#29835)
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and fpletz committed Sep 27, 2017
1 parent 3290964 commit 7d88305
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/desktops/lxqt/optional/screengrab/default.nix
@@ -1,13 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, libqtxdg, xorg }:

stdenv.mkDerivation rec {
name = "screengrab-unstable-2017-02-18";
name = "screengrab-${version}";
version = "1.97";

srcs = fetchFromGitHub {
owner = "QtDesktop";
repo = "screengrab";
rev = "6fc03c70fe132b89f35d4cef2f62c9d804de3b64";
sha256 = "1h3rlpmaqxzysaibcw7s5msbrwaxkg6sz7a8xv6cqzjvggv09my0";
rev = version;
sha256 = "0qhdxnv1pz745qgvdv5x7kyfx9dz9rrq0wxyfimppzxcszv4pl2z";
};

nativeBuildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit 7d88305

Please sign in to comment.