Merge pull request #112182 from r-ryantm/auto-update/scrot

scrot: 1.4 -> 1.5
This commit is contained in:
Maximilian Bosch 2021-02-08 22:00:22 +01:00 committed by GitHub
commit d9c6f13e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "scrot";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "resurrecting-open-source-projects";
repo = pname;
rev = version;
sha256 = "12xq6glg70icwsvbnfw9gm4dahlbnrc7b6adpd0mpf89h4sj2gds";
sha256 = "sha256-4vguodLnCj0sOBLM4oJXTfX1p8hIo3WTwIuViPtZxHQ=";
};
nativeBuildInputs = [ autoreconfHook autoconf-archive ];