freetds: 1.4.17 -> 1.4.19

This commit is contained in:
R. Ryantm
2024-07-05 02:35:20 +00:00
parent 381a94c16d
commit 7c6c0eb55e
@@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.4.17";
version = "1.4.19";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
hash = "sha256-P3CoRV6zopAtQDmtkbk0o0jKHu4jpKkqPeCCSQWn0aI=";
hash = "sha256-kK65g8NLMT+dxJTaAFviJNToS9EZ/rKlsey3OpQon5U=";
};
buildInputs = [