Merge pull request #232299 from dylanmtaylor/oracleinstantclient-linux-x86-64-update

oracle-instantclient: x86_64-linux 21.9.0.0.0 -> 21.10.0.0.0

authored by Sandro and committed by GitHub 327d7d8d 65fcecc2

+7 -7
+7 -7
pkgs/development/libraries/oracle-instantclient/default.nix
··· 22 23 # determine the version number, there might be different ones per architecture 24 version = { 25 - x86_64-linux = "21.9.0.0.0"; 26 aarch64-linux = "19.10.0.0.0"; 27 x86_64-darwin = "19.8.0.0.0"; 28 }.${stdenv.hostPlatform.system} or throwSystem; 29 30 directory = { 31 - x86_64-linux = "219000"; 32 aarch64-linux = "191000"; 33 x86_64-darwin = "198000"; 34 }.${stdenv.hostPlatform.system} or throwSystem; ··· 36 # hashes per component and architecture 37 hashes = { 38 x86_64-linux = { 39 - basic = "sha256-wiygUvZFYvjp5pndv3b9yTPxe8sC5HZkJ7jZqO1Mss8="; 40 - sdk = "sha256-ehqHV52yLRe8ehrKqpLaN0HnN3zjHU7WrfjtqvQadgY="; 41 - sqlplus = "sha256-tYvoG+7l5jXyTpxFUYZXaHCT0xGDeah78AinJ2qIsE8="; 42 - tools = "sha256-6K2Ni0ZqqpqCrGFrBD06s0QNjNEDtNPrvDQ1U97lTKY="; 43 - odbc = "sha256-yTANMLhaEqm9/ZEVqhEn1Gl8eJukgvqpqdaMRjxWxgs="; 44 }; 45 aarch64-linux = { 46 basic = "sha256-DNntH20BAmo5kOz7uEgW2NXaNfwdvJ8l8oMnp50BOsY=";
··· 22 23 # determine the version number, there might be different ones per architecture 24 version = { 25 + x86_64-linux = "21.10.0.0.0"; 26 aarch64-linux = "19.10.0.0.0"; 27 x86_64-darwin = "19.8.0.0.0"; 28 }.${stdenv.hostPlatform.system} or throwSystem; 29 30 directory = { 31 + x86_64-linux = "2110000"; 32 aarch64-linux = "191000"; 33 x86_64-darwin = "198000"; 34 }.${stdenv.hostPlatform.system} or throwSystem; ··· 36 # hashes per component and architecture 37 hashes = { 38 x86_64-linux = { 39 + basic = "sha256-uo0QBOmx7TQyroD+As60IhjEkz//+0Cm1tWvLI3edaE="; 40 + sdk = "sha256-TIBFi1jHLJh+SUNFvuL7aJpxh61hG6gXhFIhvdPgpts="; 41 + sqlplus = "sha256-mF9kLjhZXe/fasYDfmZrYPL2CzAp3xDbi624RJDA4lM="; 42 + tools = "sha256-ay8ynzo1fPHbCg9GoIT5ja//iZPIZA2yXI/auVExiRY="; 43 + odbc = "sha256-3M6/cEtUrIFzQay8eHNiLGE+L0UF+VTmzp4cSBcrzlk="; 44 }; 45 aarch64-linux = { 46 basic = "sha256-DNntH20BAmo5kOz7uEgW2NXaNfwdvJ8l8oMnp50BOsY=";