sqldeveloper: 19.4.0.354.1759 -> 20.2.0.175.1842

https://www.oracle.com/tools/sqldev/sqldev-relnotes-202.html
This commit is contained in:
Maximilian Bosch 2020-07-20 15:23:38 +02:00
parent c5dd1fba89
commit 117eb485d4
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -1,7 +1,7 @@
{ stdenv, makeDesktopItem, makeWrapper, requireFile, unzip, jdk }: { stdenv, makeDesktopItem, makeWrapper, requireFile, unzip, jdk }:
let let
version = "19.4.0.354.1759"; version = "20.2.0.175.1842";
desktopItem = makeDesktopItem { desktopItem = makeDesktopItem {
name = "sqldeveloper"; name = "sqldeveloper";
@ -46,7 +46,7 @@ in
nix-prefetch-url --type sha256 file:///path/to/${name} nix-prefetch-url --type sha256 file:///path/to/${name}
''; '';
sha256 = "1hk3hfxyl6ryp4v1l9mgzflban565ayfmm2k412azmw5rnmjf6fv"; sha256 = "1fcaq7ffn1q35f7rvp3ybs2191lvfc0jgjx7y4wn1nqglgj7zy7n";
}; };
buildInputs = [ makeWrapper unzip ]; buildInputs = [ makeWrapper unzip ];