beekeeper-studio: 4.4.0 -> 4.6.0

This commit is contained in:
nat
2024-06-21 19:24:58 +02:00
parent d603719ec6
commit 8762c035f5
+3 -3
View File
@@ -7,7 +7,7 @@
let
pname = "beekeeper-studio";
version = "4.4.0";
version = "4.6.0";
plat = {
aarch64-linux = "-arm64";
@@ -15,8 +15,8 @@ let
}.${stdenv.hostPlatform.system};
hash = {
aarch64-linux = "sha256-RzPw+jsHecOYSBn/TrEFew5V0LvYS15dUuscS7+GraM=";
x86_64-linux = "sha256-fWr0ezPU5U8G9M3JEjUdBFZksbJL5CUjdNbAyT5dwI8=";
aarch64-linux = "sha256-ZxqwxCON21S+RPG0/M2TtcI2Ave7ZT05lKQdyysQFUk=";
x86_64-linux = "sha256-y4Muap7X4YyeIftRGC+NrDt3wjqOPi1lt+tsHhKmx4M=";
}.${stdenv.hostPlatform.system};
src = fetchurl {