perseus: use https for sources

Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
Lisanna Dettwyler
2026-03-21 12:31:04 -04:00
parent 2729076f0e
commit 977a87b73b
+1 -1
View File
@@ -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=";
};