summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-08-28 17:13:50 +0100
committerGitHub <noreply@github.com>2018-08-28 17:13:50 +0100
commitc198bd3b72e04234323d9fc3dc74aaceb664ed28 (patch)
tree569856d81ace22e254c707f4439bcdb54570ecc9
parent792425934b1894314aec7ff9a704b91db6290d16 (diff)
parent452ce3915d0d4c8b803cba54888ac03250ec9ced (diff)
downloadnixpkgs-c198bd3b72e04234323d9fc3dc74aaceb664ed28.tar
nixpkgs-c198bd3b72e04234323d9fc3dc74aaceb664ed28.tar.gz
nixpkgs-c198bd3b72e04234323d9fc3dc74aaceb664ed28.tar.bz2
nixpkgs-c198bd3b72e04234323d9fc3dc74aaceb664ed28.tar.lz
nixpkgs-c198bd3b72e04234323d9fc3dc74aaceb664ed28.tar.xz
nixpkgs-c198bd3b72e04234323d9fc3dc74aaceb664ed28.tar.zst
nixpkgs-c198bd3b72e04234323d9fc3dc74aaceb664ed28.zip
Merge pull request #45710 from samueldr/auto/dbeaver/nixpkgs-unstable/5.1.6
dbeaver: 5.1.5 -> 5.1.6
-rw-r--r--pkgs/applications/misc/dbeaver/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/dbeaver/default.nix b/pkgs/applications/misc/dbeaver/default.nix
index b8eff972ebd..35698a32331 100644
--- a/pkgs/applications/misc/dbeaver/default.nix
+++ b/pkgs/applications/misc/dbeaver/default.nix
@@ -7,7 +7,7 @@
 
 stdenv.mkDerivation rec {
   name = "dbeaver-ce-${version}";
-  version = "5.1.5";
+  version = "5.1.6";
 
   desktopItem = makeDesktopItem {
     name = "dbeaver";
@@ -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 = "17ai2gxnz1wj5m282sib9qhvy3665km2ig1ixxdklmk8apgdl1xr";
+    sha256 = "1zypadnyhinm6mfv91s7zs2s55bhzgkqhl6ai6x3yqwhvayc02nn";
   };
 
   installPhase = ''