simplex-chat-desktop: 6.3.7 -> 6.4.0 (#425855)

Co-authored-by: TerryGarcia <TerryGarcia@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] TerryGarcia and committed by GitHub 8408ff06 986e3436

+2 -2
+2 -2
pkgs/by-name/si/simplex-chat-desktop/package.nix
··· 7 7 8 8 let 9 9 pname = "simplex-chat-desktop"; 10 - version = "6.3.7"; 10 + version = "6.4.0"; 11 11 12 12 src = fetchurl { 13 13 url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage"; 14 - hash = "sha256-PsUSSs6HTV3gGbdH+hPifZ2Ak6j1vNSAHsqaL5U1lbY="; 14 + hash = "sha256-QTq2hBuFfuCvQ9EDcSW5M7bpkBvhYjYXCkKaRqLyblg="; 15 15 }; 16 16 17 17 appimageContents = appimageTools.extract {