summary refs log tree commit diff
path: root/pkgs/development/libraries
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
parent40442c852a5e0e2895c9ac03ac92b1c82fa4a543 (diff)
downloadnixlib-73d7232ee7cea377f56fd8f4b9f0c371b9b92555.tar
nixlib-73d7232ee7cea377f56fd8f4b9f0c371b9b92555.tar.gz
nixlib-73d7232ee7cea377f56fd8f4b9f0c371b9b92555.tar.bz2
nixlib-73d7232ee7cea377f56fd8f4b9f0c371b9b92555.tar.lz
nixlib-73d7232ee7cea377f56fd8f4b9f0c371b9b92555.tar.xz
nixlib-73d7232ee7cea377f56fd8f4b9f0c371b9b92555.tar.zst
nixlib-73d7232ee7cea377f56fd8f4b9f0c371b9b92555.zip
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')
-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" ];