duc: 1.4.1 -> 1.4.3

This commit is contained in:
WilliButz 2017-08-24 20:20:25 +02:00
parent 1c0e7d631d
commit 0fbafd6195
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "duc-${version}";
version = "1.4.1";
version = "1.4.3";
src = fetchFromGitHub {
owner = "zevv";
repo = "duc";
rev = "${version}";
sha256 = "0rnar2zacsb9rvdmp1a62xixhy69s5vh0nwgrklqxhb19qkzhdp7";
sha256 = "1h7vll8a78ijan9bmnimmsviywmc39x8h9iikx8vm98kwyxi4xif";
};
buildInputs = [ autoreconfHook pkgconfig tokyocabinet cairo pango ncurses ];