3
0
Fork 0
forked from mirrors/nixpkgs

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

freetds: 1.3.17 -> 1.3.18
This commit is contained in:
Weijia Wang 2023-04-30 00:15:21 +03:00 committed by GitHub
commit bcc8fc477a
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.17";
version = "1.3.18";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
sha256 = "sha256-+AzAGg71u+M+fLs3Au2SSqteJaxuzNk8lJ6H3+98WYQ=";
sha256 = "sha256-HYVh1XxxmRoo9GgTQ3hcI6aj61TVvNI4l9B+OCX/LVY=";
};
buildInputs = [