dbeaver: fix hash

This commit is contained in:
Mario Rodas 2020-03-05 18:00:00 -05:00
parent d472a32752
commit 6486d19139
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -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 = "0ggay9igpqwq016yzfz2dw3cjhlzadaml0hi06iqzhxljr86qm44";
sha256 = "1fnvwndzny51z0zmdnlafdcxawsyz435g712mc4bjjj29qy0inzm";
};
installPhase = ''