Merge pull request #241020 from r-ryantm/auto-update/ttdl

ttdl: 3.9.0 -> 3.10.0

authored by

figsoda and committed by
GitHub
f2a13301 c40a2de3

+3 -3
+3 -3
pkgs/applications/misc/ttdl/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "ttdl"; 8 - version = "3.9.0"; 8 + version = "3.10.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "VladimirMarkelov"; 12 12 repo = "ttdl"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-qeMGJn3UNz9VQSn3J71DEzg0lOqO9DyPpwd21UQwXc0="; 14 + sha256 = "sha256-46oqQaDYFxpSjqFdP2V0aBP1S6BDG+hSO/V76WwCzAQ="; 15 15 }; 16 16 17 - cargoHash = "sha256-oIiTiJC+FmiudnJdhSjmKBg6EwXNpDshRZDjeftVR0o="; 17 + cargoHash = "sha256-Kol7pCHq91zOE9boRatv12pgh/rfra5snUe3HNho1DU="; 18 18 19 19 meta = with lib; { 20 20 description = "A CLI tool to manage todo lists in todo.txt format";