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-05-04 22:11:15 -0300
committerAndersonTorres <torres.anderson.85@gmail.com>2014-05-04 23:53:56 -0300
commit14152efc5f0b923d5ae07088f022f1a6d50fd6c4 (patch)
tree9d9231fcab976a6b7e0071da1b217dff1fd5d605 /pkgs/applications/video/aegisub
parent70b39119c34fe73f4c0e46dfc8eeed8570ec847d (diff)
Aegisub: update to version 3.1.3
Diffstat (limited to 'pkgs/applications/video/aegisub')
-rw-r--r--pkgs/applications/video/aegisub/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/aegisub/default.nix b/pkgs/applications/video/aegisub/default.nix
index 9bbc7c9e73958..3824582970f22 100644
--- a/pkgs/applications/video/aegisub/default.nix
+++ b/pkgs/applications/video/aegisub/default.nix
@@ -21,11 +21,11 @@ assert portaudioSupport -> (portaudio != null);
 
 stdenv.mkDerivation rec {
   name = "aegisub-${version}";
-  version = "3.0.4";
+  version = "3.1.3";
 
   src = fetchurl {
     url = "http://ftp.aegisub.org/pub/releases/${name}.tar.xz";
-    md5 = "0f22d63ed4c502f3801795fa623a4f41";
+    sha256 = "0n2y5cggayr8246p2cvrz0ajlhhvmzcgsp7nljnm21jypk15pspg";
   };
 
   buildInputs = with stdenv.lib;