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

beekeeper-studio: 4.1.13 -> 4.3.1
This commit is contained in:
Weijia Wang 2024-05-04 16:48:43 +02:00 committed by GitHub
commit 8a1138b768
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.1.13";
version = "4.3.1";
plat = {
aarch64-linux = "-arm64";
@ -15,8 +15,8 @@ let
}.${stdenv.hostPlatform.system};
hash = {
aarch64-linux = "sha256-8gcxYQ6ZvYC42V/vShFgalJtm8SGZRwtUfwUF9ZirBo=";
x86_64-linux = "sha256-Yfpm6//hhYVKX3YipzmFj3NgEsL2h3eW+9yC0yYiDgk=";
aarch64-linux = "sha256-7ZjyzWeu19zUX1u8t0hMu8F+1LN5/CtEotLNe/5rwPM=";
x86_64-linux = "sha256-vhKvOPPo/a9gwQ8FsC28dStQHI8SYzEbhdEW4elD7bU=";
}.${stdenv.hostPlatform.system};
src = fetchurl {