From 6ebd7b94d50d1526a697f40ac0ebf44542b026fe Mon Sep 17 00:00:00 2001 From: nix-update bot Date: Sun, 15 Feb 2026 03:18:42 +0100 Subject: [PATCH] td: 0.34.0 -> 0.36.0 Diff: https://github.com/marcus/td/compare/v0.34.0...v0.36.0 --- pkgs/td/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/td/default.nix b/pkgs/td/default.nix index ea0705e..d0cd4fb 100644 --- a/pkgs/td/default.nix +++ b/pkgs/td/default.nix @@ -9,13 +9,13 @@ }: buildGoModule (finalAttrs: { pname = "td"; - version = "0.34.0"; + version = "0.36.0"; src = fetchFromGitHub { owner = "marcus"; repo = "td"; tag = "v${finalAttrs.version}"; - hash = "sha256-VwVg+b8nhGbv2RgxDOUOSwFCIZyhA/Wt3lT9NUzw6aU="; + hash = "sha256-r8jOoLkQrKvnItmTzKd/zd1xrT+xiSWGkpHUpeX9nyo="; }; vendorHash = "sha256-Rp0lhnBLJx+exX7VLql3RfthTVk3LLftD6n6SsSWzVY=";