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

This commit is contained in:
Nick Cao
2024-10-24 17:14:44 -04:00
committed by GitHub

View File

@@ -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 {