beekeeper-studio: 5.2.12 -> 5.3.4

+3 -3
+3 -3
pkgs/by-name/be/beekeeper-studio/package.nix
··· 31 31 32 32 stdenv.mkDerivation (finalAttrs: { 33 33 pname = "beekeeper-studio"; 34 - version = "5.2.12"; 34 + version = "5.3.4"; 35 35 36 36 src = 37 37 let ··· 44 44 fetchurl { 45 45 url = "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${finalAttrs.version}/beekeeper-studio_${finalAttrs.version}_${arch}.deb"; 46 46 hash = selectSystem { 47 - x86_64-linux = "sha256-hpzvu4SyVLXhQ5wbh5hyx+8tM19SxkKZvlMVhzhDCW4="; 48 - aarch64-linux = "sha256-s567NOTzTItfOdsABIzYoF8iYSpwDsDzbnLZhUSfT8o="; 47 + x86_64-linux = "sha256-JSgZ/rDR3d2aKWuclE9tB5538fcMSShjx9gkzkp/7GA="; 48 + aarch64-linux = "sha256-RsBw4jXcTA2WS1eMleAdljdw8ur0kf2WoQW3dNol2FA="; 49 49 }; 50 50 }; 51 51