Skip to content

Commit

Permalink
dbeaver: 4.3.3 -> 5.0.2
Browse files Browse the repository at this point in the history
(cherry picked from commit a829977)

Reason: backports the current revision of the software.
  • Loading branch information
samueldr authored and adisbladis committed Apr 3, 2018
1 parent 43f1db5 commit 251bc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/dbeaver/default.nix
Expand Up @@ -7,7 +7,7 @@

stdenv.mkDerivation rec {
name = "dbeaver-ce-${version}";
version = "4.3.3";
version = "5.0.2";

desktopItem = makeDesktopItem {
name = "dbeaver";
Expand All @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://dbeaver.jkiss.org/files/${version}/dbeaver-ce-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "063h2za2m33b4k9s756lwicxwszzsqr2sqr2gi4ai05dqkgkw951";
sha256 = "0jk8z0s14rc1fnmi7pynhybslwm147mqih187zsa33xqmmhlw1lp";
};

installPhase = ''
Expand Down

0 comments on commit 251bc50

Please sign in to comment.