mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #956 from vlstill/freetds
freetds: Update expression with working url.
This commit is contained in:
commit
42e670b6ea
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
|||
name = "freetds-0.91";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-stable.tgz;
|
||||
url = ftp://ftp.astron.com/pub/freetds/stable/freetds-stable.tgz;
|
||||
sha256 = "0r946axzxs0czsmr7283w7vmk5jx3jnxxc32d2ncxsrsh2yli0ba";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue