freetds: 1.4.26 -> 1.4.27 (#399360)

This commit is contained in:
Nick Cao
2025-04-17 16:08:28 -04:00
committed by GitHub
+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 = [