freetds: 1.4.10 -> 1.4.11

This commit is contained in:
R. Ryantm 2024-03-31 01:22:44 +00:00
parent 4a660d5bb2
commit edb3754da5

View File

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