Skip to content

Commit e7301c3

Browse files
committed
ttdl: 4.23.0 -> 4.24.1
1 parent 817d55f commit e7301c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tt/ttdl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage (finalAttrs: {
88
pname = "ttdl";
9-
version = "4.23.0";
9+
version = "4.24.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "VladimirMarkelov";
1313
repo = "ttdl";
1414
rev = "v${finalAttrs.version}";
15-
sha256 = "sha256-a7roS7eCh6p3hoWmUaeMWinqyJe2g3iI2hQeNxJx9lc=";
15+
sha256 = "sha256-tfyfFwHnIS5nCYobVu49AmjVKvxhngqD5woxyiv5FEc=";
1616
};
1717

18-
cargoHash = "sha256-gLZlzOJxGmwWzmhVggw/SyfJUR7QVIZz5rcHbQFHG3E=";
18+
cargoHash = "sha256-XH/F0ffWmIvesR0sA+AdnLV3IaLWrgin4YDJtkfbVDI=";
1919

2020
meta = {
2121
description = "CLI tool to manage todo lists in todo.txt format";

0 commit comments

Comments
 (0)