summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-09-25 15:12:51 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-09-25 15:12:51 +0000
commite6933ad8c44f65d9973afe3fb9519a5aabf6a5b9 (patch)
tree9c436d2fca6fc8481a045d56e57471acb6a3b9fa /pkgs/applications/video
parentb8cdbb94f8bc32d857a8dd40304ce24730a9e096 (diff)
downloadnixlib-e6933ad8c44f65d9973afe3fb9519a5aabf6a5b9.tar
nixlib-e6933ad8c44f65d9973afe3fb9519a5aabf6a5b9.tar.gz
nixlib-e6933ad8c44f65d9973afe3fb9519a5aabf6a5b9.tar.bz2
nixlib-e6933ad8c44f65d9973afe3fb9519a5aabf6a5b9.tar.lz
nixlib-e6933ad8c44f65d9973afe3fb9519a5aabf6a5b9.tar.xz
nixlib-e6933ad8c44f65d9973afe3fb9519a5aabf6a5b9.tar.zst
nixlib-e6933ad8c44f65d9973afe3fb9519a5aabf6a5b9.zip
* Latest RealPlayer.
svn path=/nixpkgs/trunk/; revision=6612
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/RealPlayer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/RealPlayer/default.nix b/pkgs/applications/video/RealPlayer/default.nix
index cc965fee81f7..12d98bc3362e 100644
--- a/pkgs/applications/video/RealPlayer/default.nix
+++ b/pkgs/applications/video/RealPlayer/default.nix
@@ -5,12 +5,12 @@
 assert stdenv.system == "i686-linux";
 
 (stdenv.mkDerivation {
-  name = "RealPlayer-10.0.3.748-GOLD";
+  name = "RealPlayer-10.0.8.805-GOLD";
 
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://software-dl.real.com/29f67eab92b913a6d805/unix/RealPlayer10GOLD.bin;
-    md5 = "3ef0d073320106d1bf75bdac8e4b250e";
+    url = http://software-dl.real.com/25ae61d70a6855a52c14/unix/RealPlayer10GOLD.bin;
+    md5 = "d28b31261059231a3e93c7466f8153e6";
   };
 
   makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh;