freetds: 1.3.20 -> 1.4.2

This commit is contained in:
R. Ryantm 2023-10-10 03:06:48 +00:00 committed by Weijia Wang
parent 8a0223ec08
commit 529c13b684

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