weather: 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 58d08fe9c7
commit 83a4e2cd1d
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation (finalAttrs: {
pname = "weather";
src = fetchurl {
url = "http://fungi.yuggoth.org/weather/src/weather-${finalAttrs.version}.tar.xz";
url = "https://fungi.yuggoth.org/weather/src/weather-${finalAttrs.version}.tar.xz";
sha256 = "sha256-wn3cpgfrlqntMIiVFh4317DrbGgQ4YRnFz3KHXacTw4=";
};