This commit is contained in:
shinya 2026-01-06 16:18:08 +01:00
parent e23aa42d0b
commit a6c00f942e

View File

@ -13,20 +13,20 @@
version = "4.10.2";
cinny-desktop-item = pkgs.makeDesktopItem {
name = "cinny-desktop";
desktopName = "Cinny";
comment = "Matrix client";
exec = "cinny-desktop";
icon = "cinny"; # see icon notes below
categories = [ "Network" "InstantMessaging" ];
terminal = false;
};
cinny-appimage = pkgs.appimageTools.wrapType2 {
pname = "cinny-desktop";
inherit version;
cinny-desktop-item = pkgs.makeDesktopItem {
name = "cinny-desktop";
desktopName = "Cinny";
comment = "Matrix client";
exec = "cinny-desktop";
icon = "cinny"; # see icon notes below
categories = [ "Network" "InstantMessaging" ];
terminal = false;
};
src = pkgs.fetchurl {
url = "https://github.com/cinnyapp/cinny-desktop/releases/download/v${version}/Cinny_desktop-x86_64.AppImage";
sha256 = "sha256-dHBYTT943vbk9ozYh+9h4Pl1QSfoXAEbUXUMOptVo88=";