Skip to content

Commit

Permalink
Merge pull request #54207 from r-ryantm/auto-update/freetds
Browse files Browse the repository at this point in the history
freetds: 1.00.109 -> 1.00.110
  • Loading branch information
ryantm committed Jan 20, 2019
2 parents cb6281a + e25f349 commit 44a9334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/freetds/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;

stdenv.mkDerivation rec {
name = "freetds-${version}";
version = "1.00.109";
version = "1.00.110";

src = fetchurl {
url = "http://www.freetds.org/files/stable/${name}.tar.bz2";
sha256 = "0d00ixf78jzkyhccxjsaspz7yvlwk0xvrfcqfca4cwnwvnyb54ry";
sha256 = "1zxgvc9ikw34fsbkn9by7hwqz0p6m3f178zmj2s0qqpi84qq1vw2";
};

buildInputs = [
Expand Down

0 comments on commit 44a9334

Please sign in to comment.