clickup: 3.5.87 -> 3.5.120

+3 -3
+3 -3
pkgs/by-name/cl/clickup/package.nix
··· 7 7 }: 8 8 let 9 9 pname = "clickup"; 10 - version = "3.5.87"; 10 + version = "3.5.120"; 11 11 12 12 src = fetchurl { 13 13 # Using archive.org because the website doesn't store older versions of the software. 14 - url = "https://web.archive.org/web/20250419020454/https://desktop.clickup.com/linux"; 15 - hash = "sha256-+Et+N8ZR5pJ8dvsU/tZa+LLpatooTnq3D24c6t1NS18="; 14 + url = "https://web.archive.org/web/20250802083833/https://desktop.clickup.com/linux"; 15 + hash = "sha256-LVHgXqTxDTsnVJ3zx74TzaSrEs2OD0wl0eioPd4+484="; 16 16 }; 17 17 18 18 appimage = appimageTools.wrapType2 {