ttdl: 4.4.1 -> 4.5.0
This commit is contained in:
parent
b3f2aa7e4e
commit
dc824a6bb9
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ttdl";
|
pname = "ttdl";
|
||||||
version = "4.4.1";
|
version = "4.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "VladimirMarkelov";
|
owner = "VladimirMarkelov";
|
||||||
repo = "ttdl";
|
repo = "ttdl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-pcZ/8eM8JN+DKJKdVKJEl775QUXC4CFeMAaiBN0j+zo=";
|
sha256 = "sha256-ahAqKf4ZFpyR2ZnrdJ2FWR4ZBd0Q+ZnqYfhc6Z7rM8Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-+caVo53gf7ZUMr0w/yoXfBaZ5MPe73s7vwoOdZVUcNY=";
|
cargoHash = "sha256-MHWPeqCZ/EpDEkKg2M819C6jbjpFa0oheiiPkW8x/3Q=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "CLI tool to manage todo lists in todo.txt format";
|
description = "CLI tool to manage todo lists in todo.txt format";
|
||||||
|
Loading…
Reference in New Issue
Block a user