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

freetds: 1.3.20 -> 1.4.2
This commit is contained in:
Weijia Wang 2023-10-17 23:36:27 +02:00 committed by GitHub
commit 77f2de12c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.3.20";
version = "1.4.2";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
sha256 = "sha256-IK4R87gG5PvA+gtZMftHO7V0i+6dSH9qoSiFCDV4pe0=";
hash = "sha256-is0TOZicZHCYA+In0ggretJkvmauvU26LGmnaKy4ZxM=";
};
buildInputs = [