chatzone-desktop: 5.2.3 -> 5.2.4

This commit is contained in:
Petr Portnov 2025-01-29 23:14:16 +03:00
parent 852ff1d9e1
commit 5d7277a556
No known key found for this signature in database
GPG Key ID: 11922217F8288484

View File

@ -10,10 +10,10 @@
let
pname = "chatzone-desktop";
version = "5.2.3";
version = "5.2.4";
src = fetchurl {
url = "https://cdn1.ozone.ru/s3/chatzone-clients/ci/5.2.3/466/chatzone-desktop-linux-5.2.3.AppImage";
hash = "sha256-/1xAMtw1SgYge4b9RngBFQjb+rOUkvOalZPC+GtnvSA=";
url = "https://cdn1.ozone.ru/s3/chatzone-clients/ci/v5.2.4/506/chatzone-desktop-linux-5.2.4.AppImage";
hash = "sha256-sd648wMCVYq5fpL4Ws9/fN4+ArqmsAIgY67a+AoFi8E=";
};
appimageContents = appimageTools.extract { inherit pname version src; };
in