Author: cillian
Date: Sat May 21 07:31:07 2011
New Revision: 27288
URL: https://svn.nixos.org/websvn/nix/?rev=27288&sc=1
Log:
Updating the sha256, why is this changing?
Modified:
nixpkgs/trunk/pkgs/applications/video/MPlayer/default.nix
Modified: nixpkgs/trunk/pkgs/applications/video/MPlayer/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/video/MPlayer/default.nix Sat May 21
05:07:53 2011 (r27287)
+++ nixpkgs/trunk/pkgs/applications/video/MPlayer/default.nix Sat May 21
07:31:07 2011 (r27288)
@@ -49,14 +49,14 @@
codecs = if codecs_src != null then stdenv.mkDerivation {
name = "MPlayer-codecs-essential-20071007";
-
+
src = codecs_src;
installPhase = ''
mkdir $out
cp -prv * $out
'';
-
+
meta = {
license = "unfree";
};
@@ -64,11 +64,11 @@
ffmpegGit = fetchgit {
url = "git://git.videolan.org/ffmpeg.git";
rev = "80d156d";
- sha256 =
"e65f4b8fa363c474dc2c03dd4bf01debf1f43395b751dc0f7b8d32113938fe26";
+ sha256 =
"6d0124621491b8adc5f1bfb426ab137efc72dab99a89835aa3c30b970cb14004";
};
mplayerRev = "33472";
-in
+in
stdenv.mkDerivation rec {
name = "mplayer-r${mplayerRev}";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits