xearth: use https for sources

Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
Lisanna Dettwyler
2026-03-21 12:32:03 -04:00
parent 56b6abe75b
commit 52d4836ffe
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "1.1";
src = fetchurl {
url = "http://xearth.org/xearth-${finalAttrs.version}.tar.gz";
url = "https://xearth.org/xearth-${finalAttrs.version}.tar.gz";
hash = "sha256-vLFAfMNbP23TYGssYHInO2qRLL2e0a4i+y0maUVBMJw=";
};