mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
ht: switch sf downloads to mirror://
This commit is contained in:
parent
879a94436f
commit
1673b19be3
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "ht-${version}";
|
||||
version = "2.1.0";
|
||||
src = fetchurl {
|
||||
url = "http://sourceforge.net/projects/hte/files/ht-source/ht-${version}.tar.bz2";
|
||||
url = "mirror://sourceforge/projects/hte/files/ht-source/ht-${version}.tar.bz2";
|
||||
sha256 = "0w2xnw3z9ws9qrdpb80q55h6ynhh3aziixcfn45x91bzrbifix9i";
|
||||
};
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user