ttdl: 4.17.0 -> 4.18.0

This commit is contained in:
R. Ryantm
2025-12-08 02:33:46 +00:00
parent 55e54fc238
commit 19d24aecee
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "ttdl";
version = "4.17.0";
version = "4.18.0";
src = fetchFromGitHub {
owner = "VladimirMarkelov";
repo = "ttdl";
rev = "v${version}";
sha256 = "sha256-NVNnkGWI2+lFfxpeUPFEVrr6QHj1U1jcyLXyFjGh5uo=";
sha256 = "sha256-vpkqUHMTHsWHLcnePlFLhkckDDLZV/y/iATmQHby9cs=";
};
cargoHash = "sha256-kFnMNl/s7n0VyPPt7ie3kZjC7y7ZB5HX6jUoBBTFp50=";
cargoHash = "sha256-t6uThxXCQ4sN6SQCOe9GOglI4DVvfdf0PZ3m6H14KLw=";
meta = {
description = "CLI tool to manage todo lists in todo.txt format";