From c7935658e66ae9405594ed520c548d2759a604eb Mon Sep 17 00:00:00 2001 From: nix-update bot Date: Mon, 16 Feb 2026 03:29:20 +0100 Subject: [PATCH] td: 0.36.0 -> 0.37.0 Diff: https://github.com/marcus/td/compare/v0.36.0...v0.37.0 --- pkgs/td/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/td/default.nix b/pkgs/td/default.nix index d0cd4fb..62163e5 100644 --- a/pkgs/td/default.nix +++ b/pkgs/td/default.nix @@ -9,16 +9,16 @@ }: buildGoModule (finalAttrs: { pname = "td"; - version = "0.36.0"; + version = "0.37.0"; src = fetchFromGitHub { owner = "marcus"; repo = "td"; tag = "v${finalAttrs.version}"; - hash = "sha256-r8jOoLkQrKvnItmTzKd/zd1xrT+xiSWGkpHUpeX9nyo="; + hash = "sha256-lantT8ArHdSHNt3MjX+CKWNVmf7dm2fFdZMmYjlrTx8="; }; - vendorHash = "sha256-Rp0lhnBLJx+exX7VLql3RfthTVk3LLftD6n6SsSWzVY="; + vendorHash = "sha256-8mOebFPbf7+hCpn9hUrE0IGu6deEPSujr+yHqrzYEec="; ldflags = [ "-s"