The system health url moved.
svn path=/nixos/trunk/; revision=29881
This commit is contained in:
parent
38bc39c299
commit
62dede7121
|
@ -8,7 +8,7 @@ let
|
||||||
systemhealth = with pkgs; stdenv.mkDerivation {
|
systemhealth = with pkgs; stdenv.mkDerivation {
|
||||||
name = "systemhealth-1.0";
|
name = "systemhealth-1.0";
|
||||||
src = fetchurl {
|
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";
|
sha256 = "1q69lz7hmpbdpbz36zb06nzfkj651413n9icx0njmyr3xzq1j9qy";
|
||||||
};
|
};
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python ];
|
||||||
|
|
Loading…
Reference in New Issue