itstool: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "2.0.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://files.itstool.org/itstool/itstool-${finalAttrs.version}.tar.bz2";
|
||||
url = "https://files.itstool.org/itstool/itstool-${finalAttrs.version}.tar.bz2";
|
||||
hash = "sha256-a5p80poSu5VZj1dQ6HY87niDahogf4W3TYsydbJ+h8o=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user