Compare commits

..

2 commits

Author SHA1 Message Date
TF Renovate Bot
5001c48f16 Merge branch 'renovate/github.com-rs-zerolog-1.x' into 'main'
fix(deps): update module github.com/rs/zerolog to v1.35.1

See merge request TECHNOFAB/nixtest!14
2026-05-21 08:12:18 +00:00
Renovate Bot
9481833a40 fix(deps): update module github.com/rs/zerolog to v1.35.1 2026-05-21 07:20:01 +00:00

View file

@ -19,6 +19,6 @@ buildGoModule {
]; ];
}; };
subPackages = ["cmd/nixtest"]; subPackages = ["cmd/nixtest"];
vendorHash = "sha256-tojMKT5Mkt7GkdrA3sz8Y54bt26Td/tm/B0E1fwdp1Q="; vendorHash = "sha256-d3gS9VQTOFKJ0nJfT2/h2xrH93HA2730r6MO56LBEQA=";
meta.mainProgram = "nixtest"; meta.mainProgram = "nixtest";
} }