1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

freetds-stable.tgz has gone

This commit is contained in:
Igor Pashev 2015-05-18 06:43:26 +00:00
parent 6803ddbf60
commit 27aba15007

View file

@ -3,12 +3,12 @@
assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation {
name = "freetds-0.91";
stdenv.mkDerivation rec {
name = "freetds-0.91.112";
src = fetchurl {
url = ftp://ftp.astron.com/pub/freetds/stable/freetds-stable.tgz;
sha256 = "0r946axzxs0czsmr7283w7vmk5jx3jnxxc32d2ncxsrsh2yli0ba";
url = "ftp://ftp.astron.com/pub/freetds/stable/${name}.tar.gz";
sha256 = "be4f04ee57328c32e7e7cd7e2e1483e535071cec6101e46b9dd15b857c5078ed";
};
buildInputs = stdenv.lib.optional odbcSupport [ unixODBC ];