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

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