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

freetds: 1.1.6 -> 1.1.26
This commit is contained in:
Peter Hoeg 2020-04-08 08:53:43 +08:00 committed by GitHub
commit 4d942683f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [