summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2019-09-24 14:57:32 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2019-09-24 14:57:32 +0200
commit0f5fc1e2d53ec16c4904f30c6584300b744fa549 (patch)
treee2525b9be57781072bafe2028e0d3a4f61cb80b5 /pkgs
parent6b87fb6df22a0e9527cc862965d63efed8a1d042 (diff)
downloadnixpkgs-0f5fc1e2d53ec16c4904f30c6584300b744fa549.tar
nixpkgs-0f5fc1e2d53ec16c4904f30c6584300b744fa549.tar.gz
nixpkgs-0f5fc1e2d53ec16c4904f30c6584300b744fa549.tar.bz2
nixpkgs-0f5fc1e2d53ec16c4904f30c6584300b744fa549.tar.lz
nixpkgs-0f5fc1e2d53ec16c4904f30c6584300b744fa549.tar.xz
nixpkgs-0f5fc1e2d53ec16c4904f30c6584300b744fa549.tar.zst
nixpkgs-0f5fc1e2d53ec16c4904f30c6584300b744fa549.zip
dbeaver: 6.1.5 -> 6.2.1
Diffstat (limited to 'pkgs')
-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 2e821701216..ffa9b4d071b 100644
--- a/pkgs/applications/misc/dbeaver/default.nix
+++ b/pkgs/applications/misc/dbeaver/default.nix
@@ -7,7 +7,7 @@
 
 stdenv.mkDerivation rec {
   pname = "dbeaver-ce";
-  version = "6.1.5";
+  version = "6.2.1";
 
   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 = "0lkycm1152wd56i1hjq7q3sd05h51fyz99qr2n65lwi33vz2qk9m";
+    sha256 = "1ix6isahpk7zk741wdx5cf4i13wc5gp0j1gj4ja80bzfswbc38na";
   };
 
   installPhase = ''