mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
irssi: add second download mirror because irrsi.org is offline
This commit is contained in:
parent
d7e38ef19f
commit
79effb88a0
@ -4,7 +4,9 @@ stdenv.mkDerivation rec {
|
||||
name = "irssi-0.8.17";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://irssi.org/files/${name}.tar.bz2";
|
||||
urls = [ "https://distfiles.macports.org/irssi/${name}.tar.bz2"
|
||||
"http://irssi.org/files/${name}.tar.bz2"
|
||||
];
|
||||
sha256 = "01v82q2pfiimx6lh271kdvgp8hl4pahc3srg04fqzxgdsb5015iw";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user