From 5f9542583fea328d770e93e9750622608b0f37fb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 18 May 2010 08:48:43 +0000 Subject: [PATCH] * MPlayer updated (from David Brown). svn path=/nixpkgs/trunk/; revision=21829 --- pkgs/applications/video/MPlayer/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/video/MPlayer/default.nix b/pkgs/applications/video/MPlayer/default.nix index c93959f93d0..7ce8f0ed789 100644 --- a/pkgs/applications/video/MPlayer/default.nix +++ b/pkgs/applications/video/MPlayer/default.nix @@ -45,11 +45,11 @@ let in stdenv.mkDerivation { - name = "MPlayer-1.0-pre-rc4-20100213"; + name = "MPlayer-1.0-pre-rc4-20100506"; src = fetchurl { - url = mirror://gentoo/distfiles/mplayer-1.0_rc4_p20100213.tbz2; - sha256 = "1c5w49vqavs9pnc5av89v502wfa5g7hfn65ffhpx25ddi1irzh2r"; + url = mirror://gentoo/distfiles/mplayer-1.0_rc4_p20100506.tar.bz2; + sha256 = "0rhs0mv216iir8cz13xdq0rs88lc48ciiyn0wqzxjrnjb17yajy6"; }; buildInputs =