[Nix-dev] [PATCH] Update to latest mplayer snapshot.
David Brown
nix at davidb.org
Tue May 18 05:39:20 CEST 2010
---
pkgs/applications/video/MPlayer/default.nix | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkgs/applications/video/MPlayer/default.nix b/pkgs/applications/video/MPlayer/default.nix
index c93959f..7ce8f0e 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 =
--
1.7.1
More information about the nix-dev
mailing list