fix
This commit is contained in:
parent
e23aa42d0b
commit
a6c00f942e
20
flake.nix
20
flake.nix
@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user