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

freetds: 1.3.3 -> 1.3.8
This commit is contained in:
Robert Scott 2022-02-12 00:43:44 +00:00 committed by GitHub
commit 8f89db3252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.3.3";
version = "1.3.8";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
sha256 = "sha256-26AufwZh/0LcKJ/EHXzefgMIn9Mm8I7ijIcqyf9KHIQ=";
sha256 = "sha256-18p+ZaJgwCvjUchel4aaOjIr5jeVPKRNNhW1WljSezM=";
};
buildInputs = [