libextractor: 1.2 -> 1.3

This commit is contained in:
ndowens 2017-03-15 18:19:11 -05:00
parent 2ffda66f11
commit a89e9e999b
1 changed files with 2 additions and 2 deletions

View File

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