The system health url moved.

svn path=/nixos/trunk/; revision=29881
This commit is contained in:
Lluís Batlle i Rossell 2011-10-18 21:44:06 +00:00
parent 38bc39c299
commit 62dede7121

View file

@ -8,7 +8,7 @@ let
systemhealth = with pkgs; stdenv.mkDerivation {
name = "systemhealth-1.0";
src = fetchurl {
url = "http://www.brianlane.com/software/systemhealth/src/systemhealth-1.0.tar.bz2";
url = "http://www.brianlane.com/static/downloads/systemhealth/systemhealth-1.0.tar.bz2";
sha256 = "1q69lz7hmpbdpbz36zb06nzfkj651413n9icx0njmyr3xzq1j9qy";
};
buildInputs = [ python ];