summary refs log tree commit diff
path: root/pkgs/development/libraries/gstreamer
diff options
context:
space:
mode:
authorJean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>2017-08-17 22:06:19 +0200
committerJean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>2017-08-17 22:06:19 +0200
commit182c5c1fc64f9176521a3cae214038232677391d (patch)
treeb4a9c3bba8f8c55f52c95960bc905cc048c928b0 /pkgs/development/libraries/gstreamer
parent129f8d7e999b1a1f0fceaecadca30211e34d85a6 (diff)
downloadnixpkgs-182c5c1fc64f9176521a3cae214038232677391d.tar
nixpkgs-182c5c1fc64f9176521a3cae214038232677391d.tar.gz
nixpkgs-182c5c1fc64f9176521a3cae214038232677391d.tar.bz2
nixpkgs-182c5c1fc64f9176521a3cae214038232677391d.tar.lz
nixpkgs-182c5c1fc64f9176521a3cae214038232677391d.tar.xz
nixpkgs-182c5c1fc64f9176521a3cae214038232677391d.tar.zst
nixpkgs-182c5c1fc64f9176521a3cae214038232677391d.zip
gnonlin: use httpS to fetch archive
Diffstat (limited to 'pkgs/development/libraries/gstreamer')
-rw-r--r--pkgs/development/libraries/gstreamer/legacy/gnonlin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gstreamer/legacy/gnonlin/default.nix b/pkgs/development/libraries/gstreamer/legacy/gnonlin/default.nix
index 16882c8a57d..608be653889 100644
--- a/pkgs/development/libraries/gstreamer/legacy/gnonlin/default.nix
+++ b/pkgs/development/libraries/gstreamer/legacy/gnonlin/default.nix
@@ -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";