timoni: 0.22.1 -> 0.23.0

This commit is contained in:
Jan Votava
2024-12-18 12:42:13 +00:00
parent 00d16f93d0
commit 5d3e05491e
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "timoni";
version = "0.22.1";
version = "0.23.0";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-bztaG+agcByiIFR4vp0QCDzL9AvLJoZRyMjwSggtwio=";
hash = "sha256-WlsBW8c6x68oM6g/bVXzPgIglMn+rPcfJKXmUZPC0n0=";
};
vendorHash = "sha256-VHR5eQWC5e45ZcpCunrUPdvFKMETRZxHLZnl7FbyFcI=";
vendorHash = "sha256-mv9H0D99am/VXTP01sXQ+4Dt513Zmo0VffkUVPyF3Kk=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];