gnonlin: use httpS to fetch archive

This commit is contained in:
Jean-Pierre PRUNARET 2017-08-17 22:06:19 +02:00
parent 129f8d7e99
commit 182c5c1fc6

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
urls = [
"http://gstreamer.freedesktop.org/src/gnonlin/${name}.tar.bz2"
"https://gstreamer.freedesktop.org/src/gnonlin/${name}.tar.bz2"
"mirror://gentoo/distfiles/${name}.tar.bz2"
];
sha256 = "0dc9kvr6i7sh91cyhzlbx2bchwg84rfa4679ccppzjf0y65dv8p4";