freetds: 1.2 -> 1.2.18

master
R. RyanTM 2021-02-04 10:20:27 +00:00 committed by Peter Hoeg
parent fd43910943
commit 724a3b6080
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
version = "1.2";
version = "1.2.18";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
sha256 = "0nilqf3cssi6z8bxxpmc7zxsh7apgwmx8mm7nfc6c5d40z3nyjpk";
sha256 = "sha256-ENR+YJhs/FH4Fw+p6rpDEU7r3eC6bmscSBPYbwIaqt0=";
};
buildInputs = [