1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #70628 from wizeman/u/fix-sysstat-url

sysstat: fix source url
This commit is contained in:
Renaud 2019-10-15 19:57:18 +02:00 committed by GitHub
commit 5b9fa24cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
};