ttdl: 4.11.0 -> 4.12.0 (#427688)

authored by Nick Cao and committed by GitHub c51fb030 d5b659ed

+3 -3
+3 -3
pkgs/by-name/tt/ttdl/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "ttdl"; 9 - version = "4.11.0"; 10 11 src = fetchFromGitHub { 12 owner = "VladimirMarkelov"; 13 repo = "ttdl"; 14 rev = "v${version}"; 15 - sha256 = "sha256-REfk8m5ZYfms5hjzbYdqe27z3/qGzC0CLWQ/Cj3418Q="; 16 }; 17 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-dr/hT8mVUlO0pX/OGqIqPDevflNVPD88epLZsW772Os="; 20 21 meta = { 22 description = "CLI tool to manage todo lists in todo.txt format";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "ttdl"; 9 + version = "4.12.0"; 10 11 src = fetchFromGitHub { 12 owner = "VladimirMarkelov"; 13 repo = "ttdl"; 14 rev = "v${version}"; 15 + sha256 = "sha256-nA5fX8NZko49ctgwJOt0A07/7SFyM5I2840zeBZnFCs="; 16 }; 17 18 useFetchCargoVendor = true; 19 + cargoHash = "sha256-yCEdsxoKxudI7ae8Lz+8TAFblJSSB4tSD3GLdT6VtFI="; 20 21 meta = { 22 description = "CLI tool to manage todo lists in todo.txt format";