about summary refs log tree commit diff
path: root/pkgs/development/libraries/oracle-instantclient
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2023-05-16 16:31:10 -0400
committerDylan M. Taylor <dylan@dylanmtaylor.com>2023-05-16 16:31:10 -0400
commitb340d44a03616fdb41eec79edfd1b98e7dc139cc (patch)
tree78f3af013dcdf6a7231b34296ad2d72aa2a686d9 /pkgs/development/libraries/oracle-instantclient
parent8b969e9e353806838d1c14ddf87f1bc1683e8715 (diff)
oracle-instantclient: x86_64-linux 21.9.0.0.0 -> 21.10.0.0.0
Diffstat (limited to 'pkgs/development/libraries/oracle-instantclient')
-rw-r--r--pkgs/development/libraries/oracle-instantclient/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/libraries/oracle-instantclient/default.nix b/pkgs/development/libraries/oracle-instantclient/default.nix
index 597c461ed00da..a76a594680f52 100644
--- a/pkgs/development/libraries/oracle-instantclient/default.nix
+++ b/pkgs/development/libraries/oracle-instantclient/default.nix
@@ -22,13 +22,13 @@ let
 
   # determine the version number, there might be different ones per architecture
   version = {
-    x86_64-linux = "21.9.0.0.0";
+    x86_64-linux = "21.10.0.0.0";
     aarch64-linux = "19.10.0.0.0";
     x86_64-darwin = "19.8.0.0.0";
   }.${stdenv.hostPlatform.system} or throwSystem;
 
   directory = {
-    x86_64-linux = "219000";
+    x86_64-linux = "2110000";
     aarch64-linux = "191000";
     x86_64-darwin = "198000";
   }.${stdenv.hostPlatform.system} or throwSystem;
@@ -36,11 +36,11 @@ let
   # hashes per component and architecture
   hashes = {
     x86_64-linux = {
-      basic = "sha256-wiygUvZFYvjp5pndv3b9yTPxe8sC5HZkJ7jZqO1Mss8=";
-      sdk = "sha256-ehqHV52yLRe8ehrKqpLaN0HnN3zjHU7WrfjtqvQadgY=";
-      sqlplus = "sha256-tYvoG+7l5jXyTpxFUYZXaHCT0xGDeah78AinJ2qIsE8=";
-      tools = "sha256-6K2Ni0ZqqpqCrGFrBD06s0QNjNEDtNPrvDQ1U97lTKY=";
-      odbc = "sha256-yTANMLhaEqm9/ZEVqhEn1Gl8eJukgvqpqdaMRjxWxgs=";
+      basic = "sha256-uo0QBOmx7TQyroD+As60IhjEkz//+0Cm1tWvLI3edaE=";
+      sdk = "sha256-TIBFi1jHLJh+SUNFvuL7aJpxh61hG6gXhFIhvdPgpts=";
+      sqlplus = "sha256-mF9kLjhZXe/fasYDfmZrYPL2CzAp3xDbi624RJDA4lM=";
+      tools = "sha256-ay8ynzo1fPHbCg9GoIT5ja//iZPIZA2yXI/auVExiRY=";
+      odbc = "sha256-3M6/cEtUrIFzQay8eHNiLGE+L0UF+VTmzp4cSBcrzlk=";
     };
     aarch64-linux = {
       basic = "sha256-DNntH20BAmo5kOz7uEgW2NXaNfwdvJ8l8oMnp50BOsY=";