beekeeper-studio: 4.0.3 -> 4.1.13

This commit is contained in:
R. Ryantm 2024-01-20 02:01:09 +00:00
parent 8da872fefa
commit 6fb9f98a4b

View File

@ -7,7 +7,7 @@
let
pname = "beekeeper-studio";
version = "4.0.3";
version = "4.1.13";
plat = {
aarch64-linux = "-arm64";
@ -16,7 +16,7 @@ let
hash = {
aarch64-linux = "sha256-PdRGZedNMZtGPI6Za2T94yKXvk6JoMoAot/kFKsBqQs=";
x86_64-linux = "sha256-P2HlCb0dai4cJlKcT9LLQ+njViD+oHS3KI2YdR5jR44=";
x86_64-linux = "sha256-Yfpm6//hhYVKX3YipzmFj3NgEsL2h3eW+9yC0yYiDgk=";
}.${stdenv.hostPlatform.system};
src = fetchurl {