summary refs log tree commit diff
path: root/pkgs/development/libraries/unixODBCDrivers
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-18 08:07:06 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-18 08:07:06 -0700
commit17c1a6da699295e41760da1811cfc84dce4dc6b3 (patch)
tree85e3a7c2ac1f91ad02ce0e48415a2997ee69d6bc /pkgs/development/libraries/unixODBCDrivers
parent8b097fc7f66a657467e566ea1c1ff94f66c5b03a (diff)
downloadnixpkgs-17c1a6da699295e41760da1811cfc84dce4dc6b3.tar
nixpkgs-17c1a6da699295e41760da1811cfc84dce4dc6b3.tar.gz
nixpkgs-17c1a6da699295e41760da1811cfc84dce4dc6b3.tar.bz2
nixpkgs-17c1a6da699295e41760da1811cfc84dce4dc6b3.tar.lz
nixpkgs-17c1a6da699295e41760da1811cfc84dce4dc6b3.tar.xz
nixpkgs-17c1a6da699295e41760da1811cfc84dce4dc6b3.tar.zst
nixpkgs-17c1a6da699295e41760da1811cfc84dce4dc6b3.zip
unixODBCDrivers.psql: 09.05.0210 -> 10.01.0000
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 10.01.0000 with grep in /nix/store/bvl6a27bgljx6ps5sxmv8cy980hmpdqc-psqlodbc-10.01.0000
- directory tree listing: https://gist.github.com/6dac0c7dcf593adfd4d8cc805483dba1
Diffstat (limited to 'pkgs/development/libraries/unixODBCDrivers')
-rw-r--r--pkgs/development/libraries/unixODBCDrivers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/unixODBCDrivers/default.nix b/pkgs/development/libraries/unixODBCDrivers/default.nix
index badcb7e661b..e7a2dee541d 100644
--- a/pkgs/development/libraries/unixODBCDrivers/default.nix
+++ b/pkgs/development/libraries/unixODBCDrivers/default.nix
@@ -5,11 +5,11 @@
 {
   psql = stdenv.mkDerivation rec {
     name = "psqlodbc-${version}";
-    version = "09.05.0210";
+    version = "10.01.0000";
 
     src = fetchurl {
       url = "http://ftp.postgresql.org/pub/odbc/versions/src/${name}.tar.gz";
-      sha256 = "0317zrxaiy209xzcc6b5sz6hsyiv4zm74iikp91rgz7z3ll4n4dc";
+      sha256 = "1cyams7157f3gry86x64xrplqi2vyqrq3rqka59gv4lb4rpl7jl7";
     };
 
     buildInputs = [ unixODBC postgresql ];