pkgs/applications/editors/emacs-modes/magit: download tarball from cryp.to

The idea of downloading the source code tarball directly from gitorious.org was
great, but didn't work. Apparently, those tarballs have different checksums
every time they're generated. To remedy the situation, I've copied the proper
tarball statically to <http://cryp.to/magit-mainline-0.7-94-gbf42bf8.tar.gz>.

svn path=/nixpkgs/trunk/; revision=20653
This commit is contained in:
Peter Simons 2010-03-16 12:51:45 +00:00
parent 8ff6ffbb65
commit cab868b9a3

View file

@ -4,8 +4,8 @@ stdenv.mkDerivation {
name = "magit-0.7-94-gbf42bf8";
src = fetchurl {
url = "http://gitorious.org/magit/mainline/archive-tarball/magit_0.7-94-gbf42bf8";
sha256 = "6543a4e312d1a4249ff1edd192914d02f1a9016c321c8fdd0f015074e522759a";
url = "http://cryp.to/magit-mainline-0.7-94-gbf42bf8.tar.gz";
sha256 = "16km4bjp8l011zfqy71jdh0skw829n8r5lgdy6gj996i2bis8hv5";
};
unpackCmd = "tar xf $src";
preConfigure = "./autogen.sh";