build-pecl: fetch via https

This commit is contained in:
Sandro Jäckel 2022-10-27 11:41:05 +02:00 committed by Sandro Jäckel
parent 8b63f7e174
commit 023798d172

View file

@ -9,7 +9,7 @@
, postPhpize ? ""
, makeFlags ? [ ]
, src ? fetchurl {
url = "http://pecl.php.net/get/${pname}-${version}.tgz";
url = "https://pecl.php.net/get/${pname}-${version}.tgz";
inherit (args) sha256;
}
, ...