mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
freetds: Update expression with working url.
This commit is contained in:
parent
6fff4c01e8
commit
6c2d4f9862
|
@ -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