td: 0.33.0 -> 0.34.0

Diff: https://github.com/marcus/td/compare/v0.33.0...v0.34.0
This commit is contained in:
nix-update bot
2026-02-11 15:04:45 +01:00
parent d85f2df603
commit f1fff4245f

View File

@@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
pname = "td";
version = "0.33.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "td";
tag = "v${finalAttrs.version}";
hash = "sha256-gci4B83x/0UMawy+fncArF9zO1aHRE/zXj91e5h6yi8=";
hash = "sha256-VwVg+b8nhGbv2RgxDOUOSwFCIZyhA/Wt3lT9NUzw6aU=";
};
vendorHash = "sha256-Rp0lhnBLJx+exX7VLql3RfthTVk3LLftD6n6SsSWzVY=";