freetds: 1.4.23 -> 1.4.24 (#364082)

This commit is contained in:
Weijia Wang
2024-12-18 23:28:20 +01:00
committed by GitHub
+2 -2
View File
@@ -15,11 +15,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.4.23";
version = "1.4.24";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
hash = "sha256-k6PxhrgsYEKmahlwvUeNeRTtscVmm2QtgLTqrPKi0X4=";
hash = "sha256-B86htFf4/Vutdbw0I3G35+CS+SR6gT3HtifJI139tkI=";
};
buildInputs = [