freetds: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm 2025-06-01 00:52:57 +00:00
parent b94166b8b6
commit de8a7e589e

View file

@ -15,11 +15,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.5.1";
version = "1.5.2";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
hash = "sha256-YUb94hGwBYP608bRADDPpmSnROD1rmuH7f1le99GOwU=";
hash = "sha256-cQCnI77xwIZvChLHCBtBBEeVnIucx1ABlsXF1kBCwFY=";
};
buildInputs = [