quiet: 2.3.2 -> 2.3.3

This commit is contained in:
R. Ryantm
2024-12-22 12:38:55 +00:00
parent 3923fc3ef2
commit a281782fbb
+2 -2
View File
@@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "quiet";
version = "2.3.2";
version = "2.3.3";
src = fetchurl {
url = "https://github.com/TryQuiet/quiet/releases/download/@quiet/desktop@${version}/Quiet-${version}.AppImage";
hash = "sha256-ByCreCltJzyQGy4M+l69xVE4H74nkjRYZLZ5aL7Hb7g=";
hash = "sha256-G607VZiP7jWk0lIeiM2agKZTDutLeyelu+6wnTezHnE=";
};
meta = {