mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Find some mirror for ArkPandora
svn path=/nixpkgs/trunk/; revision=20144
This commit is contained in:
parent
ed1c9cefdd
commit
95c065f33f
|
@ -2,7 +2,10 @@ args : with args;
|
|||
let version = lib.attrByPath ["version"] "2.04" args; in
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = "http://www.users.bigpond.net.au/gavindi/ttf-arkpandora-${version}.tgz";
|
||||
urls = [
|
||||
"ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ttf-arkpandora-${version}.tgz"
|
||||
"http://www.users.bigpond.net.au/gavindi/ttf-arkpandora-${version}.tgz"
|
||||
];
|
||||
sha256 = "16mfxwlgn6vs3xn00hha5dnmz6bhjiflq138y4zcq3yhk0y9bz51";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue