Looks like ffmpeg merged some repositories to one trunk - so it has now a different hash

svn path=/nixpkgs/trunk/; revision=9958
This commit is contained in:
Michael Raskin 2007-12-20 04:37:28 +00:00
parent 895f7c9ab4
commit 6e6b988bcf

View file

@ -5,7 +5,8 @@ stdenv.mkDerivation {
src = fetchsvn {
url = svn://svn.mplayerhq.hu/ffmpeg/trunk ;
rev = "11164";
sha256 = "95658455e466aeab5a302ddd6e7b2f79f620d4495012add46028a548e6c364b2";
#sha256 = "95658455e466aeab5a302ddd6e7b2f79f620d4495012add46028a548e6c364b2";
sha256 = "c97b0cd791f8408cfc69452ff7afbf00d34b367e493dfbcae830fba99c229189";
};
/*fetchurl {
url = http://ffmpeg.mplayerhq.hu/ffmpeg-export-snapshot.tar.bz2;