td: 0.42.2 -> 0.43.0
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 7m40s
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 7m40s
Diff: https://github.com/marcus/td/compare/v0.42.2...v0.43.0
This commit is contained in:
@@ -9,16 +9,16 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "td";
|
pname = "td";
|
||||||
version = "0.42.2";
|
version = "0.43.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "marcus";
|
owner = "marcus";
|
||||||
repo = "td";
|
repo = "td";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-WgXQt6lqzmPrteb535JZc1x+7z8MkW7EZNV7Wd343PM=";
|
hash = "sha256-DwzuXumEEQWfZW+GbbY9kyqkEFZQ9sC+sSbVxfrY6bM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-8mOebFPbf7+hCpn9hUrE0IGu6deEPSujr+yHqrzYEec=";
|
vendorHash = "sha256-hFFG+vLXcL2NNdLQvQZ1hzu++pp5AkbFOPQS10wtsec=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
|
|||||||
Reference in New Issue
Block a user