libextractor: update from 1.0.1 to 1.2

This commit is contained in:
Nixpkgs Monitor 2013-12-21 00:50:43 +02:00 committed by Evgeny Egorochkin
parent 102a88e469
commit f3b1680fcc

View file

@ -7,11 +7,11 @@ assert gtkSupport -> glib != null && gtk3 != null;
assert videoSupport -> ffmpeg != null && libmpeg2 != null;
stdenv.mkDerivation rec {
name = "libextractor-1.0.1";
name = "libextractor-1.2";
src = fetchurl {
url = "mirror://gnu/libextractor/${name}.tar.gz";
sha256 = "1khy9s86vq6667h02zp2fvb16sqm27xlmr0xchgfxvsd6ascnl9j";
sha256 = "1n7z6s5ils6xmf6b0z1xda41maxj94c1n6wlyyxmacs5lrkh2a96";
};
preConfigure =