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:
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "x2vnc-1.7.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://fredrik.hubbe.net/x2vnc/x2vnc-1.7.2.tar.gz;
|
||||
url = https://fredrik.hubbe.net/x2vnc/x2vnc-1.7.2.tar.gz;
|
||||
sha256 = "00bh9j3m6snyd2fgnzhj5vlkj9ibh69gfny9bfzlxbnivb06s1yw";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user