Skip to content

Commit 7d88305

Browse files
romildofpletz
authored andcommittedSep 27, 2017
lxqt.screengrab: 2017-02-18 -> 1.97 (#29835)
1 parent 3290964 commit 7d88305

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎pkgs/desktops/lxqt/optional/screengrab/default.nix

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, libqtxdg, xorg }:
22

33
stdenv.mkDerivation rec {
4-
name = "screengrab-unstable-2017-02-18";
4+
name = "screengrab-${version}";
5+
version = "1.97";
56

67
srcs = fetchFromGitHub {
78
owner = "QtDesktop";
89
repo = "screengrab";
9-
rev = "6fc03c70fe132b89f35d4cef2f62c9d804de3b64";
10-
sha256 = "1h3rlpmaqxzysaibcw7s5msbrwaxkg6sz7a8xv6cqzjvggv09my0";
10+
rev = version;
11+
sha256 = "0qhdxnv1pz745qgvdv5x7kyfx9dz9rrq0wxyfimppzxcszv4pl2z";
1112
};
1213

1314
nativeBuildInputs = [ cmake pkgconfig ];

0 commit comments

Comments
 (0)
Please sign in to comment.