beekeeper-studio: 4.1.13 -> 4.3.1

This commit is contained in:
R. Ryantm 2024-04-30 11:12:36 +00:00 committed by Weijia Wang
parent 26951f573e
commit 9aba90a24b
1 changed files with 3 additions and 3 deletions

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 {