* sysstat 8.0.0 (with a real URL).

svn path=/nixpkgs/trunk/; revision=9290
This commit is contained in:
Eelco Dolstra 2007-09-11 09:35:35 +00:00
parent 8b4a66c242
commit 9cffc3fc52
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, gettext}: {stdenv, fetchurl, gettext}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "sysstat-7.1.1"; name = "sysstat-8.0.0";
src = fetchurl { src = fetchurl {
url = file:///home/eelco/stuff/sysstat-7.1.1.tar.gz; url = http://perso.orange.fr/sebastien.godard/sysstat-8.0.0.tar.bz2;
sha256 = "1dmna652qj39z2cddasm5rj1wjngglima73pmfjqrzz254g0vx9w"; md5 = "cb579d5c5d5bc1386cc09193e15765bf";
}; };
buildInputs = [gettext]; buildInputs = [gettext];