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=";