quiet: 2.3.3 -> 4.0.2

This commit is contained in:
R. Ryantm
2025-03-15 05:58:45 +00:00
parent 0bf41acf48
commit 6ef4a35f27
+2 -2
View File
@@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "quiet";
version = "2.3.3";
version = "4.0.2";
src = fetchurl {
url = "https://github.com/TryQuiet/quiet/releases/download/@quiet/desktop@${version}/Quiet-${version}.AppImage";
hash = "sha256-G607VZiP7jWk0lIeiM2agKZTDutLeyelu+6wnTezHnE=";
hash = "sha256-+Ym3k7GbC2XRKs2t3Aokxh9/dtUXWzJqKqi4VZyO35g=";
};
meta = {