Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5af1ef4b4135
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 577b96a1d107
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 21, 2020

  1. freetds: 1.1.33 -> 1.1.39

    r-ryantm committed May 21, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    6c9081f View commit details

Commits on May 23, 2020

  1. Merge pull request #88512 from r-ryantm/auto-update/freetds

    freetds: 1.1.33 -> 1.1.39
    ryantm authored May 23, 2020
    Copy the full SHA
    577b96a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/freetds/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/freetds/default.nix
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;

stdenv.mkDerivation rec {
pname = "freetds";
version = "1.1.33";
version = "1.1.39";

src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
sha256 = "1gq972ngpdmpb63mc6myxsd0rf3qph95qx542021xh9f2791qffi";
sha256 = "1p5ixc1hxh9mmhplndf1j87cw9989bp0fh0nsbx6l3p2wnqz9nyl";
};

buildInputs = [