Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

beekeeper-studio: 5.2.10 -> 5.2.12

emaryn 331b6746 0871979e

+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.10"; 34 + version = "5.2.12"; 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-HTmwrMg8CD9DCYDrhfvvFyuN49tdRFd7BtmgfzNajcE="; 48 - aarch64-linux = "sha256-PhEzpjRCQ6pNBvwYlxVzIc00aUopVYc115oywNkbc2c="; 47 + x86_64-linux = "sha256-hpzvu4SyVLXhQ5wbh5hyx+8tM19SxkKZvlMVhzhDCW4="; 48 + aarch64-linux = "sha256-s567NOTzTItfOdsABIzYoF8iYSpwDsDzbnLZhUSfT8o="; 49 49 }; 50 50 }; 51 51