freetds: 1.4.24 -> 1.4.26

This commit is contained in:
R. Ryantm
2025-01-25 14:19:13 +00:00
parent bafca6cbe1
commit 0a654e7585
+2 -2
View File
@@ -15,11 +15,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.4.24";
version = "1.4.26";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
hash = "sha256-B86htFf4/Vutdbw0I3G35+CS+SR6gT3HtifJI139tkI=";
hash = "sha256-dGQaZswr+uMCwqZKSyaKPbj7DMc2TceXXETFfWXNjRw=";
};
buildInputs = [