mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
itstool: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
parent
428eb19a42
commit
3809b8adca
1 changed files with 1 additions and 1 deletions
|
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue