summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-02-01 21:47:48 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-02-01 21:47:48 +0000
commitff501de0869ad1fac1b1f4058b9015ea00c022fd (patch)
tree1ea23cf86848f91c176c8164796b1583deca1449 /pkgs/applications/video
parentce9307a34920456e91959e9f400958f1fc1df1d3 (diff)
downloadnixlib-ff501de0869ad1fac1b1f4058b9015ea00c022fd.tar
nixlib-ff501de0869ad1fac1b1f4058b9015ea00c022fd.tar.gz
nixlib-ff501de0869ad1fac1b1f4058b9015ea00c022fd.tar.bz2
nixlib-ff501de0869ad1fac1b1f4058b9015ea00c022fd.tar.lz
nixlib-ff501de0869ad1fac1b1f4058b9015ea00c022fd.tar.xz
nixlib-ff501de0869ad1fac1b1f4058b9015ea00c022fd.tar.zst
nixlib-ff501de0869ad1fac1b1f4058b9015ea00c022fd.zip
* Update RealPlayer.
svn path=/nixpkgs/trunk/; revision=4670
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/RealPlayer/default.nix4
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;