Skip to content

Commit

Permalink
clockify: 2.1.17.1354 -> 2.2.9.2224 (NixOS#366126)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Dec 19, 2024
2 parents 6d61b19 + 0cb24b8 commit 507e022
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/cl/clockify/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

appimageTools.wrapType2 rec {
pname = "clockify";
version = "2.1.17.1354";
version = "2.2.9.2224";

src = fetchurl {
url = "https://web.archive.org/web/20240406052908/https://clockify.me/downloads/Clockify_Setup.AppImage";
hash = "sha256-G5VOAf6PrjHUsnk7IlXdqJ2D941cnggjuHkkgrOaVaA=";
url = "https://web.archive.org/web/20241218115559/https://clockify.me/downloads/Clockify_Setup.AppImage";
hash = "sha256-/L70C+sTFJPzXkt1NSak2wVTRtFy2zInIlmLPG5LqeY=";
};

extraInstallCommands =
Expand All @@ -22,13 +22,13 @@ appimageTools.wrapType2 rec {
install -Dm 444 ${appimageContents}/clockify.png -t $out/share/pixmaps
substituteInPlace $out/share/applications/clockify.desktop \
--replace 'Exec=AppRun' 'Exec=${pname}'
--replace-fail 'Exec=AppRun' 'Exec=${pname}'
'';

meta = with lib; {
meta = {
description = "Free time tracker and timesheet app that lets you track work hours across projects";
homepage = "https://clockify.me";
license = licenses.unfree;
license = lib.licenses.unfree;
maintainers = [ ];
mainProgram = "clockify";
platforms = [ "x86_64-linux" ];
Expand Down

0 comments on commit 507e022

Please sign in to comment.