From 14152efc5f0b923d5ae07088f022f1a6d50fd6c4 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sun, 4 May 2014 22:11:15 -0300 Subject: [PATCH] Aegisub: update to version 3.1.3 --- pkgs/applications/video/aegisub/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/aegisub/default.nix b/pkgs/applications/video/aegisub/default.nix index 9bbc7c9e7395..3824582970f2 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;