Loading pkgs/by-name/cl/clickup/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ }: let pname = "clickup"; version = "3.3.79"; version = "3.5.87"; src = fetchurl { # Using archive.org because the website doesn't store older versions of the software. url = "https://web.archive.org/web/20240601173958/https%3A%2F%2Fdesktop.clickup.com%2Flinux"; hash = "sha256-jAOYDX9j+ZTqWsSg0rEckKZnErgsIV6+CtUv3M3wNqM="; url = "https://web.archive.org/web/20250419020454/https://desktop.clickup.com/linux"; hash = "sha256-+Et+N8ZR5pJ8dvsU/tZa+LLpatooTnq3D24c6t1NS18="; }; appimage = appimageTools.wrapType2 { Loading Loading
pkgs/by-name/cl/clickup/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ }: let pname = "clickup"; version = "3.3.79"; version = "3.5.87"; src = fetchurl { # Using archive.org because the website doesn't store older versions of the software. url = "https://web.archive.org/web/20240601173958/https%3A%2F%2Fdesktop.clickup.com%2Flinux"; hash = "sha256-jAOYDX9j+ZTqWsSg0rEckKZnErgsIV6+CtUv3M3wNqM="; url = "https://web.archive.org/web/20250419020454/https://desktop.clickup.com/linux"; hash = "sha256-+Et+N8ZR5pJ8dvsU/tZa+LLpatooTnq3D24c6t1NS18="; }; appimage = appimageTools.wrapType2 { Loading