td: 0.42.1 -> 0.42.2
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 2m35s

Diff: https://github.com/marcus/td/compare/v0.42.1...v0.42.2
This commit is contained in:
nix-update bot
2026-03-22 03:02:59 +01:00
parent d1b7cd99e2
commit f084f3a4f5

View File

@@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
pname = "td";
version = "0.42.1";
version = "0.42.2";
src = fetchFromGitHub {
owner = "marcus";
repo = "td";
tag = "v${finalAttrs.version}";
hash = "sha256-+C+RDYTasrhghQAm+7iau3WNihal9hK0kTbnr9wz9Eg=";
hash = "sha256-WgXQt6lqzmPrteb535JZc1x+7z8MkW7EZNV7Wd343PM=";
};
vendorHash = "sha256-8mOebFPbf7+hCpn9hUrE0IGu6deEPSujr+yHqrzYEec=";