freetds: 1.4.15 -> 1.4.17

This commit is contained in:
R. Ryantm 2024-06-13 04:56:55 +00:00
parent 0e3a6393a0
commit 5ffc3f0285

View File

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