From 57bccb3cb8f6b5dea5c315fcaabdb992498b9314 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 28 Jun 2018 20:43:35 +0200 Subject: 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 --- pkgs/tools/system/lshw/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/system/lshw') diff --git a/pkgs/tools/system/lshw/default.nix b/pkgs/tools/system/lshw/default.nix index f6e09b6816f..d57b6518975 100644 --- a/pkgs/tools/system/lshw/default.nix +++ b/pkgs/tools/system/lshw/default.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { version = "B.${numVersion}"; src = fetchurl { - url = "http://ezix.org/software/files/lshw-${version}.tar.gz"; + url = "https://ezix.org/software/files/lshw-${version}.tar.gz"; sha256 = "0brwra4jld0d53d7jsgca415ljglmmx1l2iazpj4ndilr48yy8mf"; }; -- cgit 1.4.1