mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
libcaca: add another mirror
The original does not work ATM.
This commit is contained in:
parent
5eba046b5d
commit
5f0686fc95
@ -4,7 +4,10 @@ stdenv.mkDerivation rec {
|
||||
name = "libcaca-0.99.beta19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://caca.zoy.org/files/libcaca/${name}.tar.gz";
|
||||
urls = [
|
||||
"http://fossies.org/linux/privat/${name}.tar.gz"
|
||||
"http://caca.zoy.org/files/libcaca/${name}.tar.gz"
|
||||
];
|
||||
sha256 = "1x3j6yfyxl52adgnabycr0n38j9hx2j74la0hz0n8cnh9ry4d2qj";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user