mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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
This commit is contained in:
parent
a114dfca63
commit
ad87adfe96
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, makeWrapper, requireFile, unzip, openjdk }:
|
{ stdenv, makeWrapper, requireFile, unzip, openjdk }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "17.3.1.279.0537";
|
version = "17.4.0.355.2349";
|
||||||
name = "sqldeveloper-${version}";
|
name = "sqldeveloper-${version}";
|
||||||
|
|
||||||
src = requireFile rec {
|
src = requireFile rec {
|
||||||
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
nix-prefetch-url --type sha256 file:///path/to/${name}
|
nix-prefetch-url --type sha256 file:///path/to/${name}
|
||||||
'';
|
'';
|
||||||
# obtained by `sha256sum sqldeveloper-${version}-no-jre.zip`
|
# obtained by `sha256sum sqldeveloper-${version}-no-jre.zip`
|
||||||
sha256 = "d9c3c61b12a57d6b0fd6e172bf5716d6e829306d44815bf68ae42eab8a51bea3";
|
sha256 = "70add9b5c998583416e3d127aeb63dde8e3d0489036982026b930c85496c7850";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper unzip ];
|
buildInputs = [ makeWrapper unzip ];
|
||||||
|
Loading…
Reference in New Issue
Block a user