lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

time-decode: 4.2.0 -> 6.1.0

Diff: https://github.com/digitalsleuth/time_decode/compare/refs/tags/v4.2.0...v6.1.0

Changelog: https://github.com/digitalsleuth/time_decode/releases/tag/v6.1.0

+2 -2
+2 -2
pkgs/tools/misc/time-decode/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "time-decode"; 8 - version = "4.2.0"; 8 + version = "6.1.0"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "digitalsleuth"; 13 13 repo = "time_decode"; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-6OSa8tOTAzQbi5aYPDJotWApeh8E3wi4V7RN16Go/E4="; 15 + hash = "sha256-LbXycu3Yiku9ToW+WS/yUqwicvckj2IkP09TiZkRXnk="; 16 16 }; 17 17 18 18 propagatedBuildInputs = with python3.pkgs; [