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

simplex-chat-desktop: 6.4.10 -> 6.4.11 (#506795)

parents aa5ed201 e939ee8d
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.10";
  version = "6.4.11";

  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-HueMU1cCOspIsDg4hC9ebMbIvkOtZGiSktB1VSMGgT8=";
      hash = "sha256-0b88H6eMYO+EgRnWzd9x/MUCr7CE/AHDZnKILQJS1DQ=";
    };
  };