timoni: 0.23.0 -> 0.24.0 (#381662)

This commit is contained in:
Nick Cao
2025-02-13 16:29:47 -05:00
committed by GitHub

View File

@@ -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 ];