freetds: 1.4.22 -> 1.4.23

This commit is contained in:
R. Ryantm
2024-10-16 18:10:56 +00:00
parent 10eedf98f6
commit dfaf6b31a7
@@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.4.22";
version = "1.4.23";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
hash = "sha256-qafyTwp6hxYX526MxuZVaueIBC8cAGGVZlUFSZsjNLE=";
hash = "sha256-k6PxhrgsYEKmahlwvUeNeRTtscVmm2QtgLTqrPKi0X4=";
};
buildInputs = [