aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/unixODBC
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-21 11:09:54 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-21 20:09:54 +0200
commit73d7232ee7cea377f56fd8f4b9f0c371b9b92555 (patch)
tree6cc33c20fe20aaca51e0f8605189fe0fcd9a8b17 /pkgs/development/libraries/unixODBC
parent40442c852a5e0e2895c9ac03ac92b1c82fa4a543 (diff)
unixODBC: 2.3.6 -> 2.3.7 (#45133)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/unixODBC/versions.
Diffstat (limited to 'pkgs/development/libraries/unixODBC')
-rw-r--r--pkgs/development/libraries/unixODBC/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/unixODBC/default.nix b/pkgs/development/libraries/unixODBC/default.nix
index ccd243e1f735..1275df69f596 100644
--- a/pkgs/development/libraries/unixODBC/default.nix
+++ b/pkgs/development/libraries/unixODBC/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unixODBC-${version}";
- version = "2.3.6";
+ version = "2.3.7";
src = fetchurl {
url = "ftp://ftp.unixodbc.org/pub/unixODBC/${name}.tar.gz";
- sha256 = "0sads5b8cmmj526gyjba7ccknl1vbhkslfqshv1yqln08zv3gdl8";
+ sha256 = "0xry3sg497wly8f7715a7gwkn2k36bcap0mvzjw74jj53yx6kwa5";
};
configureFlags = [ "--disable-gui" "--sysconfdir=/etc" ];