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

simplex-chat-desktop: 6.4.5 -> 6.4.6 (#450660)

parents f9430900 5d16ecbf
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.5";
  version = "6.4.6";

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

  appimageContents = appimageTools.extract {