Skip to content

Commit

Permalink
Merge pull request #44959 from samueldr/auto/dbeaver/nixos-18.03/5.1.5
Browse files Browse the repository at this point in the history
dbeaver: 5.1.4 -> 5.1.5 (18.03)
  • Loading branch information
srhb committed Aug 13, 2018
2 parents 89ff9f9 + 9c6c8f2 commit 10b979f
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 = "5.1.4";
version = "5.1.5";

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 = "14i7b3l89rkhqq4zgsdbvcs9pp60djv0rjbm86fpk2wi4zkrlzi5";
sha256 = "17ai2gxnz1wj5m282sib9qhvy3665km2ig1ixxdklmk8apgdl1xr";
};

installPhase = ''
Expand Down

0 comments on commit 10b979f

Please sign in to comment.