Merge pull request #28229 from jpierre03/pr-alt-ergo
alt-ergo: use https instead of http to fetch archive
This commit is contained in:
commit
6e386925ac
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "1.30";
|
version = "1.30";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://alt-ergo.ocamlpro.com/download_manager.php?target=${name}.tar.gz";
|
url = "https://alt-ergo.ocamlpro.com/download_manager.php?target=${name}.tar.gz";
|
||||||
name = "${name}.tar.gz";
|
name = "${name}.tar.gz";
|
||||||
sha256 = "025pacb4ax864fn5x8k78mw6hiig4jcazblj18gzxspg4f1l5n1g";
|
sha256 = "025pacb4ax864fn5x8k78mw6hiig4jcazblj18gzxspg4f1l5n1g";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue