Merge pull request #81853 from marsam/fix-dbeaver-hash

dbeaver: fix hash
This commit is contained in:
Mario Rodas
2020-03-06 04:13:29 -05:00
committed by GitHub
+1 -1
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 = ''