simplex-chat-desktop: 6.5.1 -> 6.5.2 (#521051)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-16 19:34:44 +00:00
committed by GitHub

View File

@@ -8,7 +8,7 @@
let
pname = "simplex-chat-desktop";
version = "6.5.1";
version = "6.5.2";
sources = {
"aarch64-linux" = fetchurl {
@@ -17,7 +17,7 @@ let
};
"x86_64-linux" = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
hash = "sha256-xRHMdHaV+ppxAm1BDOP743N53oDnVPt8b7H+cRqzuZE=";
hash = "sha256-caRL09PKJ33XHRReZ5qSpfgKH0wpJxGSHXfA83sz5UE=";
};
};