silc_client: more url problems
It was harder to test, after nix-prefetch-url. Damn it.
This commit is contained in:
parent
a0bbfe59dd
commit
2080202a34
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||
name = basename + stdenv.lib.optionalString enablePlugin "-irssi-plugin";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://silcnet.org/download/server/sources/${basename}.tar.bz2";
|
||||
url = "http://silcnet.org/download/client/sources/${basename}.tar.bz2";
|
||||
sha256 = "1qnk35g8sbnfps3bq2k9sy0ymlsijh5n8z59m2ccq4pkmqbfqgv2";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue