wakatime: 13.0.3 -> 13.0.4
This commit is contained in:
parent
8f584be886
commit
d1dde0a145
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
with python3Packages;
|
||||
buildPythonApplication rec {
|
||||
pname = "wakatime";
|
||||
version = "13.0.3";
|
||||
version = "13.0.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wakatime";
|
||||
repo = "wakatime";
|
||||
rev = version;
|
||||
sha256 = "16g23nm1x1a142rmnljdclq03c5anfzyiiazxaxyka8bggzhfmmc";
|
||||
sha256 = "11np3cc5ha785vlmknk7vr7spgk2nw0wls0li60vfpvggbv0r4j6";
|
||||
};
|
||||
|
||||
# needs more dependencies from https://github.com/wakatime/wakatime/blob/191b302bfb5f272ae928c6d3867d06f3dfcba4a8/dev-requirements.txt
|
||||
|
|
Loading…
Reference in a new issue