mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
sudo: switch download from FTP to HTTPS
Many firewalls don't allow FTP traffic through; HTTPS should be preferred when possible for both availability and performance.
This commit is contained in:
parent
69a8835157
commit
e49a624390
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.8.31p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.sudo.ws/pub/sudo/${pname}-${version}.tar.gz";
|
||||
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
|
||||
sha256 = "1n0mdmgcs92af34xxsnsh1arrngymhdmwd9srjgjbk65q7xzsg67";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user