about summary refs log tree commit diff
path: root/pkgs/applications/video/aegisub
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2014-09-24 00:36:56 -0300
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-09-24 22:06:44 +0200
commita41d73e75fcee1239fcf6cfeb6ab1be6e44d842d (patch)
treeb367cf7cb33ec1eb1166254fdd4ff95b60c2d7aa /pkgs/applications/video/aegisub
parentdf808a9c37f07fe12f071526961a1589edd86831 (diff)
downloadnixlib-a41d73e75fcee1239fcf6cfeb6ab1be6e44d842d.tar
nixlib-a41d73e75fcee1239fcf6cfeb6ab1be6e44d842d.tar.gz
nixlib-a41d73e75fcee1239fcf6cfeb6ab1be6e44d842d.tar.bz2
nixlib-a41d73e75fcee1239fcf6cfeb6ab1be6e44d842d.tar.lz
nixlib-a41d73e75fcee1239fcf6cfeb6ab1be6e44d842d.tar.xz
nixlib-a41d73e75fcee1239fcf6cfeb6ab1be6e44d842d.tar.zst
nixlib-a41d73e75fcee1239fcf6cfeb6ab1be6e44d842d.zip
Aegisub: updating to 3.2.1
Diffstat (limited to 'pkgs/applications/video/aegisub')
-rw-r--r--pkgs/applications/video/aegisub/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/applications/video/aegisub/default.nix b/pkgs/applications/video/aegisub/default.nix
index 3a152de2d0b5..b42e781704a0 100644
--- a/pkgs/applications/video/aegisub/default.nix
+++ b/pkgs/applications/video/aegisub/default.nix
@@ -21,17 +21,15 @@ assert portaudioSupport -> (portaudio != null);
 
 stdenv.mkDerivation rec {
   name = "aegisub-${version}";
-  version = "3.2.0";
+  version = "3.2.1";
 
   src = fetchurl {
     url = "http://ftp.aegisub.org/pub/releases/${name}.tar.xz";
-    sha256 = "0nciw5p1aq94qwz5j4vbc06fywdjhazgh4qs6qr9iqj3n94gvrfr";
+    sha256 = "1p7qdnxyyyrlpvxdrrp15b5967d7bzpjl3vdy0q66g4aabr2h6ln";
   };
 
-  nativeBuildInputs = [ intltool ];
-
   buildInputs = with stdenv.lib;
-  [ libX11 gettext wxGTK libiconv fontconfig freetype mesa libass fftw ffms ffmpeg pkgconfig zlib icu boost boost.lib ]
+  [ intltool libX11 gettext wxGTK libiconv fontconfig freetype mesa libass fftw ffms ffmpeg pkgconfig zlib icu boost boost.lib ]
   ++ optional spellChecking hunspell
   ++ optional automationSupport lua
   ++ optional openalSupport openal