From ff501de0869ad1fac1b1f4058b9015ea00c022fd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Feb 2006 21:47:48 +0000 Subject: [PATCH] * Update RealPlayer. svn path=/nixpkgs/trunk/; revision=4670 --- pkgs/applications/video/RealPlayer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/RealPlayer/default.nix b/pkgs/applications/video/RealPlayer/default.nix index 49e5fbda21b..0b74ca937be 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;