icecast: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "2.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://downloads.xiph.org/releases/icecast/icecast-${finalAttrs.version}.tar.gz";
|
||||
url = "https://downloads.xiph.org/releases/icecast/icecast-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-2aoHx0Ka7BnZUP9v1CXDcfdxWM00/yIPwZGywYbGfHo=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user