scrot: 1.2 -> 1.3
This commit is contained in:
parent
06d5edf7ed
commit
b278f47c98
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "scrot";
|
pname = "scrot";
|
||||||
version = "1.2";
|
version = "1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "resurrecting-open-source-projects";
|
owner = "resurrecting-open-source-projects";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08gkdby0ysx2mki57z81zlm7vfnq9c1gq692xw67cg5vv2p3320w";
|
sha256 = "0x70hd59ik37kqd8xqpwrz46np01jv324iz28x2s0kk36d7sblsj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook autoconf-archive ];
|
nativeBuildInputs = [ autoreconfHook autoconf-archive ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user