aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/nwjs
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/tools/nwjs
parent9fb3a0476115a55d320ebe44e9eddaca69c3e975 (diff)
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/tools/nwjs')
-rw-r--r--pkgs/development/tools/nwjs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/nwjs/default.nix b/pkgs/development/tools/nwjs/default.nix
index 90aec83be986..fc1513ecf34b 100644
--- a/pkgs/development/tools/nwjs/default.nix
+++ b/pkgs/development/tools/nwjs/default.nix
@@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
version = "0.23.6";
src = fetchurl {
- url = "http://dl.nwjs.io/v${version}/nwjs-v${version}-linux-${bits}.tar.gz";
+ url = "https://dl.nwjs.io/v${version}/nwjs-v${version}-linux-${bits}.tar.gz";
sha256 = if bits == "x64" then
"0ppyjspdvacarhdn4xd5i1pqgmf4z1bxnh1cry780489h25rcjgj" else
"0c0j73vnzhsry5rdx41d954a29jmjnvzli728cfbjybfr51zdybg";