td: 0.43.0 -> 0.44.0
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 2m35s

Diff: https://github.com/marcus/td/compare/v0.43.0...v0.44.0
This commit is contained in:
nix-update bot
2026-04-28 04:03:27 +02:00
parent 5d2bfbd27c
commit c63ecc899c

View File

@@ -9,13 +9,13 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "td"; pname = "td";
version = "0.43.0"; version = "0.44.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "marcus"; owner = "marcus";
repo = "td"; repo = "td";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-DwzuXumEEQWfZW+GbbY9kyqkEFZQ9sC+sSbVxfrY6bM="; hash = "sha256-k1OCK6LE99fHLuxv8HZUW8cSn2Wmk74J7kb6Mi5ZpVw=";
}; };
vendorHash = "sha256-hFFG+vLXcL2NNdLQvQZ1hzu++pp5AkbFOPQS10wtsec="; vendorHash = "sha256-hFFG+vLXcL2NNdLQvQZ1hzu++pp5AkbFOPQS10wtsec=";