Unverified Commit d03c9f91 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

simplex-chat-desktop: 6.4.3.1 -> 6.4.4 (#438441)

parents 2f154840 24212ab7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

let
  pname = "simplex-chat-desktop";
  version = "6.4.3.1";
  version = "6.4.4";

  src = fetchurl {
    url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
    hash = "sha256-rFNatd7mC96WrX6imDOdEMNkSokiSeYq0oFRh/HTEC8=";
    hash = "sha256-yL/WNdq3egTzalwheYDreMgxUJXqUEe45c9k0eXX7Wg=";
  };

  appimageContents = appimageTools.extract {