summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2018-06-28 20:43:35 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-28 20:43:35 +0200
commit57bccb3cb8f6b5dea5c315fcaabdb992498b9314 (patch)
tree9061fa0c994f031f5ffbdb9c84306d216a5b6b9b /pkgs/development/libraries/wayland
parent9fb3a0476115a55d320ebe44e9eddaca69c3e975 (diff)
downloadnixpkgs-57bccb3cb8f6b5dea5c315fcaabdb992498b9314.tar
nixpkgs-57bccb3cb8f6b5dea5c315fcaabdb992498b9314.tar.gz
nixpkgs-57bccb3cb8f6b5dea5c315fcaabdb992498b9314.tar.bz2
nixpkgs-57bccb3cb8f6b5dea5c315fcaabdb992498b9314.tar.lz
nixpkgs-57bccb3cb8f6b5dea5c315fcaabdb992498b9314.tar.xz
nixpkgs-57bccb3cb8f6b5dea5c315fcaabdb992498b9314.tar.zst
nixpkgs-57bccb3cb8f6b5dea5c315fcaabdb992498b9314.zip
treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
Diffstat (limited to 'pkgs/development/libraries/wayland')
-rw-r--r--pkgs/development/libraries/wayland/1.9.nix2
-rw-r--r--pkgs/development/libraries/wayland/protocols.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wayland/1.9.nix b/pkgs/development/libraries/wayland/1.9.nix
index efb365958eb..d832becbed8 100644
--- a/pkgs/development/libraries/wayland/1.9.nix
+++ b/pkgs/development/libraries/wayland/1.9.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
   version = "1.9.0";
 
   src = fetchurl {
-    url = "http://wayland.freedesktop.org/releases/${name}.tar.xz";
+    url = "https://wayland.freedesktop.org/releases/${name}.tar.xz";
     sha256 = "1yhy62vkbq8j8c9zaa6yzvn75cd99kfa8n2zfdwl80x019r711ww";
   };
 
diff --git a/pkgs/development/libraries/wayland/protocols.nix b/pkgs/development/libraries/wayland/protocols.nix
index 4bb7cd153cf..33bce4d6216 100644
--- a/pkgs/development/libraries/wayland/protocols.nix
+++ b/pkgs/development/libraries/wayland/protocols.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
   version = "1.14";
 
   src = fetchurl {
-    url = "http://wayland.freedesktop.org/releases/${name}.tar.xz";
+    url = "https://wayland.freedesktop.org/releases/${name}.tar.xz";
     sha256 = "1xknjcfhqvdi1s4iq4kk1q61fg2rar3g8q4vlqarpd324imqjj4n";
   };