Skip to content

Commit

Permalink
dbeaver: 5.1.1 -> 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Jul 2, 2018
1 parent 060a98e commit 964fde7
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.1.1";
version = "5.1.2";

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 = "1ll1q585b7yca9jrgg7iw7i6xhyy1wc9q8hjqj1g3gzdagbrf396";
sha256 = "1p1klrasasc440qzxsn96lcgfib5qwhl508gvwrbslvmija6m6b2";
};

installPhase = ''
Expand Down

0 comments on commit 964fde7

Please sign in to comment.