From 6e6b988bcfe2c6a7863e7c4651c90a641afd52e7 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 20 Dec 2007 04:37:28 +0000 Subject: [PATCH] Looks like ffmpeg merged some repositories to one trunk - so it has now a different hash svn path=/nixpkgs/trunk/; revision=9958 --- pkgs/development/libraries/ffmpeg_svn_snapshot/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/ffmpeg_svn_snapshot/default.nix b/pkgs/development/libraries/ffmpeg_svn_snapshot/default.nix index f3611afb0b63..90978eb2908b 100644 --- a/pkgs/development/libraries/ffmpeg_svn_snapshot/default.nix +++ b/pkgs/development/libraries/ffmpeg_svn_snapshot/default.nix @@ -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;