lxqt.screengrab: 2017-02-18 -> 1.97 (#29835)
This commit is contained in:
parent
3290964fc7
commit
7d883056a0
@ -1,13 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, libqtxdg, xorg }:
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, libqtxdg, xorg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "screengrab-unstable-2017-02-18";
|
name = "screengrab-${version}";
|
||||||
|
version = "1.97";
|
||||||
|
|
||||||
srcs = fetchFromGitHub {
|
srcs = fetchFromGitHub {
|
||||||
owner = "QtDesktop";
|
owner = "QtDesktop";
|
||||||
repo = "screengrab";
|
repo = "screengrab";
|
||||||
rev = "6fc03c70fe132b89f35d4cef2f62c9d804de3b64";
|
rev = version;
|
||||||
sha256 = "1h3rlpmaqxzysaibcw7s5msbrwaxkg6sz7a8xv6cqzjvggv09my0";
|
sha256 = "0qhdxnv1pz745qgvdv5x7kyfx9dz9rrq0wxyfimppzxcszv4pl2z";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user