Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b28d3b933b25
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 08870e614006
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 25, 2021

  1. sqldeveloper: 20.2.0.175.1842 -> 20.4.0.379.2205

    Louis Bettens committed Jan 25, 2021
    Copy the full SHA
    2af45fa View commit details
  2. Merge pull request #110806 from lourkeur/update/sqldeveloper

    sqldeveloper: 20.2.0.175.1842 -> 20.4.0.379.2205
    SuperSandro2000 authored Jan 25, 2021
    Copy the full SHA
    08870e6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/database/sqldeveloper/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/database/sqldeveloper/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, stdenv, makeDesktopItem, makeWrapper, requireFile, unzip, jdk }:

let
version = "20.2.0.175.1842";
version = "20.4.0.379.2205";

desktopItem = makeDesktopItem {
name = "sqldeveloper";
@@ -46,7 +46,7 @@ in
nix-prefetch-url --type sha256 file:///path/to/${name}
'';
sha256 = "1fcaq7ffn1q35f7rvp3ybs2191lvfc0jgjx7y4wn1nqglgj7zy7n";
sha256 = "1h53gl41ydr7kim6q9ckg3xyhb0rhmwj7jnis0xz6vms52b3h59k";
};

buildInputs = [ makeWrapper unzip ];