Unverified Commit 5736688c authored by Raymond Gauthier's avatar Raymond Gauthier
Browse files

beekeeper-studio: 3.3.8 -> 3.6.2

Update to latest official release.

Brings the nice feature of connecting locally via unix domain sockets.
parent b4a57686
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {