libvorbis: Revert formatting. Revert to HTTPS

This commit is contained in:
Giulio De Pasquale
2022-10-15 11:01:03 -05:00
committed by ehmry
parent fe552f1979
commit 2e3eff3ed0
@@ -5,8 +5,7 @@ stdenv.mkDerivation rec {
version = "1.3.7";
src = fetchurl {
url =
"http://downloads.xiph.org/releases/vorbis/${pname}-${version}.tar.xz";
url = "https://downloads.xiph.org/releases/vorbis/${pname}-${version}.tar.xz";
sha256 = "0jwmf87x5sdis64rbv0l87mdpah1rbilkkxszipbzg128f9w8g5k";
};