sysstat: fix source url

This commit is contained in:
Ricardo M. Correia 2019-10-07 15:14:13 +02:00
parent 39049dbd37
commit 8c3a40344b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "sysstat-12.1.5";
src = fetchurl {
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
url = "http://pagesperso-orange.fr/sebastien.godard/${name}.tar.xz";
sha256 = "1i92jmrqcpzgy98r1f4fd0x7y2wvwc05ywsh19w3s2gmndmr75m4";
};