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: bb5002e0561a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d942683f3ec
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 5, 2020

  1. freetds: 1.1.6 -> 1.1.26

    r-ryantm committed Apr 5, 2020
    Copy the full SHA
    e4d322f View commit details

Commits on Apr 8, 2020

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

    freetds: 1.1.6 -> 1.1.26
    peterhoeg authored Apr 8, 2020
    Copy the full SHA
    4d94268 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.6";
version = "1.1.26";

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

buildInputs = [