diff --git a/pkgs/by-name/ic/icecast/package.nix b/pkgs/by-name/ic/icecast/package.nix index 770ce90b5f8c..94d50ecdcb8e 100644 --- a/pkgs/by-name/ic/icecast/package.nix +++ b/pkgs/by-name/ic/icecast/package.nix @@ -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="; };