Unverified Commit 7ce2e383 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

beekeeper-studio: 4.6.2 -> 4.6.8 (#343622)

parents a378c720 f9e0e497
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

let
  pname = "beekeeper-studio";
  version = "4.6.2";
  version = "4.6.8";

  plat = {
    aarch64-linux = "-arm64";
@@ -15,8 +15,8 @@ let
  }.${stdenv.hostPlatform.system};

  hash = {
    aarch64-linux = "sha256-ZxqwxCON21S+RPG0/M2TtcI2Ave7ZT05lKQdyysQFUk=";
    x86_64-linux = "sha256-8sGFNoAsX+X3IJDXpwlYRt78nokauPYz88yDEYy6NP8=";
    aarch64-linux = "sha256-EKGL+aeuCcBuSh+VtkdgFhI1LccuvO8WHoqbZ/JdX7c=";
    x86_64-linux = "sha256-LyO9xCqZG5gNAvCIX9wacSb59wiLjXPDta+Fipu24fk=";
  }.${stdenv.hostPlatform.system};

  src = fetchurl {