mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 12:38:32 +00:00
Merge pull request #70628 from wizeman/u/fix-sysstat-url
sysstat: fix source url
This commit is contained in:
commit
5b9fa24cef
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user