vscode-extensions.WakaTime.vscode-wakatime: 4.0.9 -> 17.0.8
This commit is contained in:
parent
238eae3975
commit
fdf78664f8
1 changed files with 2 additions and 10 deletions
|
@ -8,23 +8,15 @@ in
|
|||
mktplcRef = {
|
||||
name = "vscode-wakatime";
|
||||
publisher = "WakaTime";
|
||||
version = "4.0.9";
|
||||
sha256 = "0sm2fr9zbk1759r52dpnz9r7xbvxladlpinlf2i0hyaa06bhp3b1";
|
||||
version = "17.0.8";
|
||||
sha256 = "0bwnwnmkiv298d1fbd6i20c2k1s8lymhzmawva4zn6dckimllkd8";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
mkdir wakatime-cli
|
||||
ln -s ${wakatime}/bin/wakatime ./wakatime-cli/wakatime-cli
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = ''
|
||||
Visual Studio Code plugin for automatic time tracking and metrics generated
|
||||
from your programming activity
|
||||
'';
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [
|
||||
eadwu
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue