guile-lint: use https src url
This commit is contained in:
parent
3748013d22
commit
e7e52d4b83
@ -7,8 +7,8 @@ in stdenv.mkDerivation {
|
|||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.tuxfamily.org/user42/${name}.tar.bz2";
|
url = "https://download.tuxfamily.org/user42/${name}.tar.bz2";
|
||||||
sha256 = "5bfcf7a623338b2ef81ac097e3e136eaf32856dd0730b7eeaff3161067b5d0be";
|
sha256 = "1gnhnmki05pkmzpbfc07vmb2iwza6vhy75y03bw2x2rk4fkggz2v";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ guile ];
|
buildInputs = [ guile ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user