beekeeper-studio: 3.3.8 -> 3.6.2

Update to latest official release.

Brings the nice feature of connecting locally via unix domain sockets.
This commit is contained in:
Raymond Gauthier 2022-11-11 16:09:48 -05:00
parent b4a57686c8
commit 5736688c0b
No known key found for this signature in database
GPG key ID: 88FBFBAC9B57497A

View file

@ -2,13 +2,13 @@
let
pname = "beekeeper-studio";
version = "3.3.8";
version = "3.6.2";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${version}/Beekeeper-Studio-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha512 = "sha512-riBKlvOzBovJhXUf7YX6SJKshxwGiQR0jyWHfJRkq9+WMspPkpXg4sJMXziARHaa6durXZtqCfzQ08HrfqA4Qg==";
sha512 = "sha512-an4Gqx2mx/rnkLe/LUAz3qRdrqWBcrWcdCiNi8Hz1OKBp1SWN3acU8RppIM0uwlrcBkjnigbbM5DZ2o+svA23A==";
};
appimageContents = appimageTools.extractType2 {