timoni: 0.14.0 -> 0.14.1

This commit is contained in:
Jan Votava 2023-10-07 04:25:11 +00:00
parent c04c8ea6e3
commit c032da61cc

View File

@ -6,16 +6,16 @@
buildGo121Module rec {
pname = "timoni";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-UYHb469x4VnFffjO9CfSyn0ZzLLaAee2WpWGFAQjBpA=";
hash = "sha256-DzJNNikvODP3v1jgQLbFcXEhcFfTeIYR6qHhUzEP/Ns=";
};
vendorHash = "sha256-JDaQL+ferkYI74OUqgfopny8uFEg0J84JX1VtO5URpE=";
vendorHash = "sha256-lRZFRnft8vEntVxiLOBcR00FP8AXexLyo3h2LCNWN00=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];