We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f15484 + 24212ab commit d03c9f9Copy full SHA for d03c9f9
pkgs/by-name/si/simplex-chat-desktop/package.nix
@@ -7,11 +7,11 @@
7
8
let
9
pname = "simplex-chat-desktop";
10
- version = "6.4.3.1";
+ version = "6.4.4";
11
12
src = fetchurl {
13
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
14
- hash = "sha256-rFNatd7mC96WrX6imDOdEMNkSokiSeYq0oFRh/HTEC8=";
+ hash = "sha256-yL/WNdq3egTzalwheYDreMgxUJXqUEe45c9k0eXX7Wg=";
15
};
16
17
appimageContents = appimageTools.extract {
0 commit comments