timoni: 0.26.0 -> 0.27.0 (#540628)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-11 06:57:12 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
buildGoModule (finalAttrs: {
pname = "timoni";
version = "0.26.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
tag = "v${finalAttrs.version}";
hash = "sha256-KdUFIGbP6tG7LVYUJFhVtgSfc1FSjlNOLCc+kQqGP4A=";
hash = "sha256-MCqpap94d1+4TJmn7JgYcNgZaqqB2c+G2w8BdNZG5ac=";
};
vendorHash = "sha256-UGpwdcITI8/aJ3Mt4dJ3xJRxLrohX2sHD3DGEJgQeo4=";
vendorHash = "sha256-r4Q1kXbDfYjRilmRmtjVW9rb9YfQOFPg51x8ZHSRVpk=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];