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.

Changed files
+2 -2
pkgs
development
libraries
unixODBC
+2 -2
pkgs/development/libraries/unixODBC/default.nix
···
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" ];