klog-time-tracker: 6.2 -> 6.3
This commit is contained in:
parent
d3f8923899
commit
d6f5528903
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "klog-time-tracker";
|
pname = "klog-time-tracker";
|
||||||
version = "6.2";
|
version = "6.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jotaen";
|
owner = "jotaen";
|
||||||
repo = "klog";
|
repo = "klog";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-PFYPthrschw6XEf128L7yBygrVR3E3rtATCpxXGFRd4=";
|
hash = "sha256-/NbMXJY853XIiEEVPJdZRO5IZEDYaalSekQ4kxnZgIw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-X5xL/4blWjddJsHwwfLpGjHrfia1sttmmqHjaAIVXVo=";
|
vendorHash = "sha256-L84eKm1wktClye01JeyF0LOV9A8ip6Fr+/h09VVZ56k=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command line tool for time tracking in a human-readable, plain-text file format";
|
description = "Command line tool for time tracking in a human-readable, plain-text file format";
|
||||||
|
|
Loading…
Reference in a new issue