freetds: 1.4.11 -> 1.4.15

This commit is contained in:
R. Ryantm 2024-05-30 09:16:35 +00:00
parent 3852c7ab26
commit 431ec8898e

View File

@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.4.11";
version = "1.4.15";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
hash = "sha256-Vn986RPyIhkd2n4cIh1eJyo4cVL+9srL2Xdn/qaLYT4=";
hash = "sha256-32GhThVaLjIkCfHAaPWtZjZJ8Cmk7LM6KEHxVSYIrEg=";
};
buildInputs = [