timoni: 0.23.0 -> 0.24.0

This commit is contained in:
Jan Votava
2025-02-13 07:03:23 +00:00
parent 94878cc319
commit 74ea9987e7
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "timoni";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-WlsBW8c6x68oM6g/bVXzPgIglMn+rPcfJKXmUZPC0n0=";
hash = "sha256-nI0yy/zhsJUvisHo+C+/uNRF96ZQ1Ve8VWpE8ZvUeJc=";
};
vendorHash = "sha256-mv9H0D99am/VXTP01sXQ+4Dt513Zmo0VffkUVPyF3Kk=";
vendorHash = "sha256-YpwESaR+X2eOyaPdR+I3mURD7yvwzmpPmgPoSPrXjH8=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];