klog-time-tracker: 6.4 -> 6.5

This commit is contained in:
R. Ryantm 2024-11-28 14:38:55 +00:00
parent 258e563d2c
commit 1ec0983097

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "klog-time-tracker";
version = "6.4";
version = "6.5";
src = fetchFromGitHub {
owner = "jotaen";
repo = "klog";
rev = "v${version}";
hash = "sha256-ouWgmSSqGdbZRZRgCoxG4c4fFoJ4Djfmv0JvhBkEQU4=";
hash = "sha256-xwVbI4rXtcZrnTvp0vdHMbYRoWCsxIuGZF922eC/sfw=";
};
vendorHash = "sha256-L84eKm1wktClye01JeyF0LOV9A8ip6Fr+/h09VVZ56k=";
vendorHash = "sha256-QOS+D/zD5IlJBlb7vrOoHpP/7xS9En1/MFNwLSBrXOg=";
meta = with lib; {
description = "Command line tool for time tracking in a human-readable, plain-text file format";