scrot: 1.4 -> 1.5
This commit is contained in:
parent
671fd3a3c1
commit
edccece986
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user