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
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "dbus-java-2.7";
|
||||
src = fetchurl {
|
||||
url = http://dbus.freedesktop.org/releases/dbus-java/dbus-java-2.7.tar.gz;
|
||||
url = https://dbus.freedesktop.org/releases/dbus-java/dbus-java-2.7.tar.gz;
|
||||
sha256 = "0cyaxd8x6sxmi6pklkkx45j311a6w51fxl4jc5j3inc4cailwh5y";
|
||||
};
|
||||
JAVA_HOME=jdk;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "GeoIPJava-1.2.5";
|
||||
src = fetchurl {
|
||||
url = http://geolite.maxmind.com/download/geoip/api/java/GeoIPJava-1.2.5.zip;
|
||||
url = https://geolite.maxmind.com/download/geoip/api/java/GeoIPJava-1.2.5.zip;
|
||||
sha256 = "1gb2d0qvvq7xankz7l7ymbr3qprwk9bifpy4hlgw0sq4i6a55ypd";
|
||||
};
|
||||
buildInputs = [ jdk unzip ];
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "libmatthew-java-0.8";
|
||||
src = fetchurl {
|
||||
url = http://src.fedoraproject.org/repo/pkgs/libmatthew-java/libmatthew-java-0.8.tar.gz/8455b8751083ce25c99c2840609271f5/libmatthew-java-0.8.tar.gz;
|
||||
url = https://src.fedoraproject.org/repo/pkgs/libmatthew-java/libmatthew-java-0.8.tar.gz/8455b8751083ce25c99c2840609271f5/libmatthew-java-0.8.tar.gz;
|
||||
sha256 = "1yldkhsdzm0a41a0i881bin2jklhp85y3ah245jd6fz3npcx7l85";
|
||||
};
|
||||
JAVA_HOME=jdk;
|
||||
|
||||
Reference in New Issue
Block a user