td: 0.37.0 -> 0.38.0

Diff: https://github.com/marcus/td/compare/v0.37.0...v0.38.0
This commit is contained in:
nix-update bot
2026-02-20 09:03:52 +01:00
parent 34dda52d53
commit f95fe5bf6d

View File

@@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
pname = "td";
version = "0.37.0";
version = "0.38.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "td";
tag = "v${finalAttrs.version}";
hash = "sha256-lantT8ArHdSHNt3MjX+CKWNVmf7dm2fFdZMmYjlrTx8=";
hash = "sha256-PMSbdGBDMlrhqNH5DpTDAu721d0sMY0Dyk7ZTuHw3Ng=";
};
vendorHash = "sha256-8mOebFPbf7+hCpn9hUrE0IGu6deEPSujr+yHqrzYEec=";