timoni: 0.20.0 -> 0.21.0

This commit is contained in:
Jan Votava 2024-04-24 09:57:26 +00:00
parent e3097c24af
commit bf34c32e01
1 changed files with 3 additions and 3 deletions

View File

@ -6,16 +6,16 @@
buildGo122Module rec {
pname = "timoni";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-zQawfzwQNQvtta7lIOtePGI67Y4iXzEBGqd5YiOKAVY=";
hash = "sha256-LN2VxXKjEaUgLSVc0G+OlhmaZ4anBmyXbOBOrGIeYG0=";
};
vendorHash = "sha256-xQgSABaWY5FWHh2kcBB36fm3povFNpU18PjD4J6M4QM=";
vendorHash = "sha256-Vj7P0o0UM35WTv9s1BAcW6MuzjIinADOFsuCK1bpKP0=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];