weather: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user