Unverified Commit 0a82da98 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

simplex-chat-desktop: 6.4.8 -> 6.4.10 (#485597)

parents fbecbb20 5e90d483
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

let
  pname = "simplex-chat-desktop";
  version = "6.4.8";
  version = "6.4.10";

  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-2XyA4UZ9EMzFnFNFFek1ka2MURBFFKyMolGMYZPD5Zw=";
      hash = "sha256-HueMU1cCOspIsDg4hC9ebMbIvkOtZGiSktB1VSMGgT8=";
    };
  };