Merge pull request #300368 from r-ryantm/auto-update/freetds

freetds: 1.4.10 -> 1.4.11
This commit is contained in:
Nick Cao 2024-03-31 10:39:00 -04:00 committed by GitHub
commit bfbb3e6ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [