ttdl: 4.8.0 -> 4.9.0 (#381748)

This commit is contained in:
Nick Cao
2025-02-13 16:50:23 -05:00
committed by GitHub

View File

@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "ttdl";
version = "4.8.0";
version = "4.9.0";
src = fetchFromGitHub {
owner = "VladimirMarkelov";
repo = "ttdl";
rev = "v${version}";
sha256 = "sha256-RHmKCayouxtlbp/dpZlC9d9OuUXHDLVWucnuIP3rEhA=";
sha256 = "sha256-qFOZj214iw/d1wvWz8wwIFB2kaDSPH80blDkohQxSro=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Jrr9/H9c9/u5Vf5Ym/WGIKPH/wXyt25LjK3XWidUyIc=";
cargoHash = "sha256-gdFLT04pNedU30/Qw2OiXpdLL+6cC6ryUoeZLKu/myQ=";
meta = with lib; {
description = "CLI tool to manage todo lists in todo.txt format";