3
0
Fork 0
forked from mirrors/nixpkgs
download location moved to googlecode.com

svn path=/nixpkgs/trunk/; revision=10008
This commit is contained in:
Armijn Hemel 2007-12-31 18:58:04 +00:00
parent a33238ab3e
commit f2cf59e511

View file

@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "coredumper-0.2";
name = "coredumper-1.1";
src = fetchurl {
url = mirror://sourceforge/goog-coredumper/coredumper-0.2.tar.gz;
md5 = "024f8e4afe73c4cc4f4a0b0ef585e9b7";
url = http://google-coredumper.googlecode.com/files/coredumper-1.1.tar.gz;
sha256 = "1phl1zg2n17rp595dyzz9iw01gfdpsdh0l6wy2hfb5shi71h63rx";
};
}