freetds: 1.4.7 -> 1.4.8
Changelog: https://github.com/FreeTDS/freetds/releases/tag/v1.4.8
This commit is contained in:
parent
b7d2cf6c9e
commit
677c50a1a5
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "freetds";
|
||||
version = "1.4.7";
|
||||
version = "1.4.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
|
||||
hash = "sha256-xTAuQmjtED2sL3MIz8cJfuKTkHz/cpsQx0DQB/ehrZU=";
|
||||
hash = "sha256-KzXaLxxmxUrE9uQD2zpKuYOhLpi4a7xMgiZxaf+Tq2k=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue