scrot: 1.3 -> 1.4

This commit is contained in:
eyjhb 2020-09-16 15:05:20 +02:00
parent aaf1331bca
commit 809ed03259
No known key found for this signature in database
GPG Key ID: 740FAE1502523BD8

View File

@ -1,19 +1,19 @@
{ stdenv, fetchFromGitHub, giblib, xlibsWrapper, autoreconfHook { stdenv, fetchFromGitHub, giblib, xlibsWrapper, autoreconfHook
, autoconf-archive, libXfixes, libXcursor }: , autoconf-archive, libXfixes, libXcursor, libXcomposite }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "scrot"; pname = "scrot";
version = "1.3"; version = "1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "resurrecting-open-source-projects"; owner = "resurrecting-open-source-projects";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0x70hd59ik37kqd8xqpwrz46np01jv324iz28x2s0kk36d7sblsj"; sha256 = "12xq6glg70icwsvbnfw9gm4dahlbnrc7b6adpd0mpf89h4sj2gds";
}; };
nativeBuildInputs = [ autoreconfHook autoconf-archive ]; nativeBuildInputs = [ autoreconfHook autoconf-archive ];
buildInputs = [ giblib xlibsWrapper libXfixes libXcursor ]; buildInputs = [ giblib xlibsWrapper libXfixes libXcursor libXcomposite ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/resurrecting-open-source-projects/scrot"; homepage = "https://github.com/resurrecting-open-source-projects/scrot";