We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da137ff + e7301c3 commit 86f2c64Copy full SHA for 86f2c64
pkgs/by-name/tt/ttdl/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage (finalAttrs: {
8
pname = "ttdl";
9
- version = "4.23.0";
+ version = "4.24.1";
10
11
src = fetchFromGitHub {
12
owner = "VladimirMarkelov";
13
repo = "ttdl";
14
rev = "v${finalAttrs.version}";
15
- sha256 = "sha256-a7roS7eCh6p3hoWmUaeMWinqyJe2g3iI2hQeNxJx9lc=";
+ sha256 = "sha256-tfyfFwHnIS5nCYobVu49AmjVKvxhngqD5woxyiv5FEc=";
16
};
17
18
- cargoHash = "sha256-gLZlzOJxGmwWzmhVggw/SyfJUR7QVIZz5rcHbQFHG3E=";
+ cargoHash = "sha256-XH/F0ffWmIvesR0sA+AdnLV3IaLWrgin4YDJtkfbVDI=";
19
20
meta = {
21
description = "CLI tool to manage todo lists in todo.txt format";
0 commit comments