forked from mirrors/nixpkgs
libextractor: update from 1.0.1 to 1.2
This commit is contained in:
parent
102a88e469
commit
f3b1680fcc
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue