klog-time-tracker: 6.5 -> 6.6 (#421607)

Co-authored-by: blinry <blinry@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] blinry and committed by GitHub 0cdefe95 31e8235d

+3 -3
+3 -3
pkgs/by-name/kl/klog-time-tracker/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "klog-time-tracker"; 9 - version = "6.5"; 9 + version = "6.6"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "jotaen"; 13 13 repo = "klog"; 14 14 rev = "v${version}"; 15 - hash = "sha256-xwVbI4rXtcZrnTvp0vdHMbYRoWCsxIuGZF922eC/sfw="; 15 + hash = "sha256-Tq780+Gsu2Ym9+DeMpaOhsP2XluyKBh01USnmwlYsTs="; 16 16 }; 17 17 18 - vendorHash = "sha256-QOS+D/zD5IlJBlb7vrOoHpP/7xS9En1/MFNwLSBrXOg="; 18 + vendorHash = "sha256-ilV/+Xogy4+5c/Rs0cCSvVTgDhL4mm9V/pxJB3XGDkw="; 19 19 20 20 meta = with lib; { 21 21 description = "Command line tool for time tracking in a human-readable, plain-text file format";