freetds: 1.4.2 -> 1.4.6

This commit is contained in:
R. Ryantm 2023-10-30 02:39:57 +00:00 committed by Jonathan Ringer
parent 32bda178aa
commit 7542b11052

View file

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