freetds: 1.3.18 -> 1.3.19

This commit is contained in:
R. Ryantm 2023-08-26 14:18:45 +00:00
parent 31dc5e9564
commit 991afce31d

View file

@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.3.18";
version = "1.3.19";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
sha256 = "sha256-HYVh1XxxmRoo9GgTQ3hcI6aj61TVvNI4l9B+OCX/LVY=";
sha256 = "sha256-Neaa5czXBFyKUpHp/CsjhEqf3+9rTg7n9ioGlXkBK4U=";
};
buildInputs = [