Merge pull request #251608 from r-ryantm/auto-update/freetds
freetds: 1.3.18 -> 1.3.19
This commit is contained in:
commit
6ff511e168
1 changed files with 3 additions and 2 deletions
|
@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "freetds";
|
||||
version = "1.3.18";
|
||||
version = "1.3.20";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
|
||||
sha256 = "sha256-HYVh1XxxmRoo9GgTQ3hcI6aj61TVvNI4l9B+OCX/LVY=";
|
||||
sha256 = "sha256-IK4R87gG5PvA+gtZMftHO7V0i+6dSH9qoSiFCDV4pe0=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Libraries to natively talk to Microsoft SQL Server and Sybase databases";
|
||||
homepage = "https://www.freetds.org";
|
||||
changelog = "https://github.com/FreeTDS/freetds/releases/tag/v${version}";
|
||||
license = licenses.lgpl2;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Reference in a new issue