summary refs log tree commit diff
path: root/pkgs/development/libraries/audio
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/audio
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/audio')
-rw-r--r--pkgs/development/libraries/audio/lilv/default.nix2
-rw-r--r--pkgs/development/libraries/audio/sratom/default.nix2
-rw-r--r--pkgs/development/libraries/audio/suil/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/audio/lilv/default.nix b/pkgs/development/libraries/audio/lilv/default.nix
index 427625d6fc6..710c5b1a92c 100644
--- a/pkgs/development/libraries/audio/lilv/default.nix
+++ b/pkgs/development/libraries/audio/lilv/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
   version = "0.24.2";
 
   src = fetchurl {
-    url = "http://download.drobilla.net/${name}.tar.bz2";
+    url = "https://download.drobilla.net/${name}.tar.bz2";
     sha256 = "08m5a372pr1l7aii9s3pic5nm68gynx1n1bc7bnlswziq6qnbv7p";
   };
 
diff --git a/pkgs/development/libraries/audio/sratom/default.nix b/pkgs/development/libraries/audio/sratom/default.nix
index d30cb1d369e..4709d034853 100644
--- a/pkgs/development/libraries/audio/sratom/default.nix
+++ b/pkgs/development/libraries/audio/sratom/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
   version = "0.6.0";
 
   src = fetchurl {
-    url = "http://download.drobilla.net/${name}.tar.bz2";
+    url = "https://download.drobilla.net/${name}.tar.bz2";
     sha256 = "0hrxd9i66s06bpn6i3s9ka95134g3sm8yscmif7qgdzhyjqw42j4";
   };
 
diff --git a/pkgs/development/libraries/audio/suil/default.nix b/pkgs/development/libraries/audio/suil/default.nix
index 63f43ac7a2c..e29c7b5cb12 100644
--- a/pkgs/development/libraries/audio/suil/default.nix
+++ b/pkgs/development/libraries/audio/suil/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   name = "${pname}-qt${if withQt4 then "4" else "5"}-${version}";
 
   src = fetchurl {
-    url = "http://download.drobilla.net/${pname}-${version}.tar.bz2";
+    url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
     sha256 = "0j489gm3fhnmwmbgw30bvd4byw1vsy4yazdlnji8jzhcz0qwb5cq";
   };