Merge pull request #252631 from 3JlOy-PYCCKUi/ttdl

ttdl: 4.0.0 -> 4.1.0
This commit is contained in:
Matthias Beyer 2023-09-01 09:11:51 +02:00 committed by GitHub
commit 5ab5453933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "ttdl";
version = "4.0.0";
version = "4.1.0";
src = fetchFromGitHub {
owner = "VladimirMarkelov";
repo = "ttdl";
rev = "v${version}";
sha256 = "sha256-er2IDPVFbcuT0COBCpBymNVBKtETdWjzR2330WUBp6U=";
sha256 = "sha256-twl72feo1PpWZbs50a962pvvD5YUHfZRW9OjY/meYVo=";
};
cargoHash = "sha256-WcqkvnXRgsDJM7p2WGa5lmeeuwNwBy2ZQATVkTHRX7Q=";
cargoHash = "sha256-ZoVPC/PyMm+yuDYhVFykIBk0T5RNLAfmIT36Tl/dxCo=";
meta = with lib; {
description = "A CLI tool to manage todo lists in todo.txt format";