freetds: 1.00.104 -> 1.00.109

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
This commit is contained in:
R. RyanTM 2018-12-15 22:40:54 -08:00 committed by Frederik Rietdijk
parent 8577370367
commit 58f1f9f0fc
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
name = "freetds-${version}";
version = "1.00.104";
version = "1.00.109";
src = fetchurl {
url = "http://www.freetds.org/files/stable/${name}.tar.bz2";
sha256 = "0mlg027mppv2348f4wwdpxpac9baqkdsg7xqx21kyx5dx5kmr71g";
sha256 = "0d00ixf78jzkyhccxjsaspz7yvlwk0xvrfcqfca4cwnwvnyb54ry";
};
buildInputs = [