libextractor: update to 1.0.1

This commit is contained in:
Lluís Batlle i Rossell 2013-04-13 17:05:31 +02:00
parent 9069b8152b
commit 767d845e1e

View File

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