9 lines
151 B
Nix
9 lines
151 B
Nix
|
{
|
||
|
fetchurl
|
||
|
}:
|
||
|
|
||
|
fetchurl {
|
||
|
url = "https://pear.php.net/install-pear-nozlib.phar";
|
||
|
hash = "sha256-UblKVcsm030tNSA6mdeab+h7ZhANNz7MkFf4Z1iigjs=";
|
||
|
}
|