dbeaver: 6.3.5 -> 7.0.0

This commit is contained in:
Johannes Schleifenbaum 2020-03-02 13:32:02 +01:00
parent 34e41a9154
commit f2468b8342
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "dbeaver-ce";
version = "6.3.5";
version = "7.0.0";
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 = "1ssxgnd23cy6br7sbfszvx283c5vz9hgfhx0vqyvm13wyr67hk45";
sha256 = "0ggay9igpqwq016yzfz2dw3cjhlzadaml0hi06iqzhxljr86qm44";
};
installPhase = ''