ttdl: 3.6.5 -> 3.7.0
This commit is contained in:
parent
17aa990a54
commit
9e9d6245e9
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ttdl";
|
pname = "ttdl";
|
||||||
version = "3.6.5";
|
version = "3.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "VladimirMarkelov";
|
owner = "VladimirMarkelov";
|
||||||
repo = "ttdl";
|
repo = "ttdl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-mplV++N+us6IntNJsZoH4yyKZ8eYplUYuVJeac0ZIkQ=";
|
sha256 = "sha256-4XmOFoj2kynQZzos/vf0rciJCGfnFLN7f1MG9NU53os=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-mgvMQjScXCmr3HIQtGJ2YWRUhiSP5resL96LUCe8D+c=";
|
cargoHash = "sha256-9TyEHAlxTNx/ildlqEjuFIKfmUQQFQSVoxcrb2Tg9Ps=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A CLI tool to manage todo lists in todo.txt format";
|
description = "A CLI tool to manage todo lists in todo.txt format";
|
||||||
|
Loading…
Reference in New Issue
Block a user