freetds: 1.00.111 -> 1.1.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/freetds/versions
This commit is contained in:
parent
c87f3820e5
commit
4beb8e24b6
@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "freetds-${version}";
|
name = "freetds-${version}";
|
||||||
version = "1.00.111";
|
version = "1.1.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.freetds.org/files/stable/${name}.tar.bz2";
|
url = "http://www.freetds.org/files/stable/${name}.tar.bz2";
|
||||||
sha256 = "17vn95bjiib3ia3h64b7akcmgmj6wfjx7w538iylhf9whqvssi4j";
|
sha256 = "18rry59npbhxpzjb0l3ib7zlnlzj43srb5adcm65wyklklsh0gn2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user