diff --git a/pkgs/applications/video/RealPlayer/builder.sh b/pkgs/applications/video/RealPlayer/builder.sh index c8796b4d939..45892653b65 100644 --- a/pkgs/applications/video/RealPlayer/builder.sh +++ b/pkgs/applications/video/RealPlayer/builder.sh @@ -3,7 +3,7 @@ source $makeWrapper ensureDir $out/real -skip=143209 +skip=143273 # Look for "BZh91" in the executable. (dd bs=1 count=$skip of=/dev/null && dd) < $src | (cd $out/real && tar xvfj -) diff --git a/pkgs/applications/video/RealPlayer/default.nix b/pkgs/applications/video/RealPlayer/default.nix index 0b74ca937be..cc965fee81f 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/01f1001c4b44265b0020/unix/RealPlayer10GOLD.bin; - md5 = "5f04938c28395ace2af822dd1bd57f5a"; + url = http://software-dl.real.com/29f67eab92b913a6d805/unix/RealPlayer10GOLD.bin; + md5 = "3ef0d073320106d1bf75bdac8e4b250e"; }; makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh;