summary refs log tree commit diff
path: root/pkgs/development/libraries/libextractor/default.nix
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-21 00:50:43 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-21 02:28:26 +0200
commitf3b1680fcc567d4349b6d52747b354f8156aff65 (patch)
tree6cc08a36201905517ba60590511a442e43c0f60f /pkgs/development/libraries/libextractor/default.nix
parent102a88e469d73ad10c9287ee8eb1303a96b92e27 (diff)
downloadnixpkgs-f3b1680fcc567d4349b6d52747b354f8156aff65.tar
nixpkgs-f3b1680fcc567d4349b6d52747b354f8156aff65.tar.gz
nixpkgs-f3b1680fcc567d4349b6d52747b354f8156aff65.tar.bz2
nixpkgs-f3b1680fcc567d4349b6d52747b354f8156aff65.tar.lz
nixpkgs-f3b1680fcc567d4349b6d52747b354f8156aff65.tar.xz
nixpkgs-f3b1680fcc567d4349b6d52747b354f8156aff65.tar.zst
nixpkgs-f3b1680fcc567d4349b6d52747b354f8156aff65.zip
libextractor: update from 1.0.1 to 1.2
Diffstat (limited to 'pkgs/development/libraries/libextractor/default.nix')
-rw-r--r--pkgs/development/libraries/libextractor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libextractor/default.nix b/pkgs/development/libraries/libextractor/default.nix
index a3122dcf9a9..309816b65e5 100644
--- a/pkgs/development/libraries/libextractor/default.nix
+++ b/pkgs/development/libraries/libextractor/default.nix
@@ -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 =