scrot: 1.4 -> 1.5

This commit is contained in:
R. RyanTM 2021-02-06 18:55:59 +00:00
parent 671fd3a3c1
commit edccece986

View file

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