build-pecl: fetch via https
This commit is contained in:
parent
8b63f7e174
commit
023798d172
@ -9,7 +9,7 @@
|
|||||||
, postPhpize ? ""
|
, postPhpize ? ""
|
||||||
, makeFlags ? [ ]
|
, makeFlags ? [ ]
|
||||||
, src ? fetchurl {
|
, src ? fetchurl {
|
||||||
url = "http://pecl.php.net/get/${pname}-${version}.tgz";
|
url = "https://pecl.php.net/get/${pname}-${version}.tgz";
|
||||||
inherit (args) sha256;
|
inherit (args) sha256;
|
||||||
}
|
}
|
||||||
, ...
|
, ...
|
||||||
|
Loading…
Reference in New Issue
Block a user