Merge pull request #323061 from r-ryantm/auto-update/beekeeper-studio

beekeeper-studio: 4.6.0 -> 4.6.2
This commit is contained in:
Pol Dellaiera 2024-06-29 07:49:41 +02:00 committed by GitHub
commit 762fdf04a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
let
pname = "beekeeper-studio";
version = "4.6.0";
version = "4.6.2";
plat = {
aarch64-linux = "-arm64";
@ -16,7 +16,7 @@ let
hash = {
aarch64-linux = "sha256-ZxqwxCON21S+RPG0/M2TtcI2Ave7ZT05lKQdyysQFUk=";
x86_64-linux = "sha256-y4Muap7X4YyeIftRGC+NrDt3wjqOPi1lt+tsHhKmx4M=";
x86_64-linux = "sha256-8sGFNoAsX+X3IJDXpwlYRt78nokauPYz88yDEYy6NP8=";
}.${stdenv.hostPlatform.system};
src = fetchurl {