freetds: 1.4.26 -> 1.4.27

This commit is contained in:
R. Ryantm
2025-04-17 01:29:30 +00:00
parent 2bf0209386
commit 25c01fb87f
+2 -2
View File
@@ -15,11 +15,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.4.26";
version = "1.4.27";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
hash = "sha256-dGQaZswr+uMCwqZKSyaKPbj7DMc2TceXXETFfWXNjRw=";
hash = "sha256-jAcexiW401UtI54kvtjdVfkJjg/Jk5fhySajwnpKMs0=";
};
buildInputs = [