Skip to content

Commit

Permalink
Merge pull request #23941 from ndowens/libextractor
Browse files Browse the repository at this point in the history
libextractor: 1.2 -> 1.3
  • Loading branch information
Mic92 committed Mar 16, 2017
2 parents 8b8ee6c + a89e9e9 commit 1d36642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libextractor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 1d36642

Please sign in to comment.