1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ffmpeg: update 1.1 to 1.1.3

This commit is contained in:
Lluís Batlle i Rossell 2013-03-09 13:56:26 +01:00
parent 2e1dd8e076
commit 2f39e18b7f

View file

@ -25,7 +25,7 @@ assert faacSupport -> faac != null;
assert x11grabSupport -> libXext != null && libXfixes != null;
stdenv.mkDerivation rec {
name = "ffmpeg-1.1";
name = "ffmpeg-1.1.3";
src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";