nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

sqldeveloper: 19.4.0.354.1759 -> 20.2.0.175.1842

https://www.oracle.com/tools/sqldev/sqldev-relnotes-202.html

+2 -2
+2 -2
pkgs/development/tools/database/sqldeveloper/default.nix
··· 1 1 { stdenv, makeDesktopItem, makeWrapper, requireFile, unzip, jdk }: 2 2 3 3 let 4 - version = "19.4.0.354.1759"; 4 + version = "20.2.0.175.1842"; 5 5 6 6 desktopItem = makeDesktopItem { 7 7 name = "sqldeveloper"; ··· 46 46 47 47 nix-prefetch-url --type sha256 file:///path/to/${name} 48 48 ''; 49 - sha256 = "1hk3hfxyl6ryp4v1l9mgzflban565ayfmm2k412azmw5rnmjf6fv"; 49 + sha256 = "1fcaq7ffn1q35f7rvp3ybs2191lvfc0jgjx7y4wn1nqglgj7zy7n"; 50 50 }; 51 51 52 52 buildInputs = [ makeWrapper unzip ];