mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
libextractor: update to 1.0.1
This commit is contained in:
parent
9069b8152b
commit
767d845e1e
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user