perseus: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://people.maths.ox.ac.uk/nanda/source/perseus_4_beta.zip";
|
||||
url = "https://people.maths.ox.ac.uk/nanda/source/perseus_4_beta.zip";
|
||||
sha256 = "sha256-cnkJEIC4tu+Ni7z0cKdjmLdS8QLe8iKpdA8uha2MeSU=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user