Skip to content

Commit

Permalink
Merge pull request #41469 from samueldr/auto/dbeaver/nixos-18.03/5.1.0
Browse files Browse the repository at this point in the history
dbeaver: 5.0.6 -> 5.1.0 (18.03)
  • Loading branch information
xeji committed Jun 5, 2018
2 parents 9df3c53 + cd6e687 commit 099528b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/dbeaver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

stdenv.mkDerivation rec {
name = "dbeaver-ce-${version}";
version = "5.0.6";
version = "5.1.0";

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

src = fetchurl {
url = "https://dbeaver.io/files/${version}/dbeaver-ce-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "12crrazlfzvr1c6y33z7v4z7ip9pjbzki8cw15v5d2irkpa710ky";
sha256 = "041wqlipkwk4xp3qa4rrwyw6rgsn1ppv25qb4h2mkhrsjcjagqhj";
};

installPhase = ''
Expand Down

0 comments on commit 099528b

Please sign in to comment.