lol

sqldeveloper: 17.3.1.279.0537 -> 17.4.0.355.2349

- Java 9 (JDK) is now supported
- Data Guard in DBA panel is only available for 12c and higher connections
- Updated the NoSQL drivers to version 4.5
- Added support for defining consumer group mappings for CLIENT_ID
- Preferences Search feature now covers all options
- Differentiate between a temporary connection used in the unshared worksheet and a truly private connection used internally for things like the UT Repos or the Instance Viewer....the naming logic for the Unshared Worksheet is now 'MyConn (Unshared)' instead of 'MyConn__1'
- RAC support added to Real Time SQL Monitoring

+2 -2
+2 -2
pkgs/development/tools/database/sqldeveloper/default.nix
··· 1 1 { stdenv, makeWrapper, requireFile, unzip, openjdk }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "17.3.1.279.0537"; 4 + version = "17.4.0.355.2349"; 5 5 name = "sqldeveloper-${version}"; 6 6 7 7 src = requireFile rec { ··· 33 33 nix-prefetch-url --type sha256 file:///path/to/${name} 34 34 ''; 35 35 # obtained by `sha256sum sqldeveloper-${version}-no-jre.zip` 36 - sha256 = "d9c3c61b12a57d6b0fd6e172bf5716d6e829306d44815bf68ae42eab8a51bea3"; 36 + sha256 = "70add9b5c998583416e3d127aeb63dde8e3d0489036982026b930c85496c7850"; 37 37 }; 38 38 39 39 buildInputs = [ makeWrapper unzip ];