diff options
author | Eelco Dolstra | 2006-02-01 21:47:48 +0000 |
---|---|---|
committer | Eelco Dolstra | 2006-02-01 21:47:48 +0000 |
commit | ff501de0869ad1fac1b1f4058b9015ea00c022fd (patch) | |
tree | 1ea23cf86848f91c176c8164796b1583deca1449 /pkgs | |
parent | ce9307a34920456e91959e9f400958f1fc1df1d3 (diff) |
* Update RealPlayer.
svn path=/nixpkgs/trunk/; revision=4670
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/applications/video/RealPlayer/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/RealPlayer/default.nix b/pkgs/applications/video/RealPlayer/default.nix index 49e5fbda21b9..0b74ca937bea 100644 --- a/pkgs/applications/video/RealPlayer/default.nix +++ b/pkgs/applications/video/RealPlayer/default.nix @@ -9,8 +9,8 @@ assert stdenv.system == "i686-linux"; builder = ./builder.sh; src = fetchurl { - url = http://software-dl.real.com/12ae5c4cc79d437fa106/unix/RealPlayer10GOLD.bin; - md5 = "70a88bcae0ab3e177e6fadecd6b8be24"; + url = http://software-dl.real.com/01f1001c4b44265b0020/unix/RealPlayer10GOLD.bin; + md5 = "5f04938c28395ace2af822dd1bd57f5a"; }; makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh; |