Unverified Commit 45f094cc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ttdl: 4.15.0 -> 4.17.0 (#464340)

parents f107eb3c 9aa2ea5b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ttdl";
  version = "4.15.0";
  version = "4.17.0";

  src = fetchFromGitHub {
    owner = "VladimirMarkelov";
    repo = "ttdl";
    rev = "v${version}";
    sha256 = "sha256-yHeV4ijbCQrCWCZm0dwRtVapzBCsuTO5uprEmLPxmIo=";
    sha256 = "sha256-NVNnkGWI2+lFfxpeUPFEVrr6QHj1U1jcyLXyFjGh5uo=";
  };

  cargoHash = "sha256-Pw1hnhV2GCJuS5CTtdlmriC3DV24fxJlAAK/4A9Bt9I=";
  cargoHash = "sha256-kFnMNl/s7n0VyPPt7ie3kZjC7y7ZB5HX6jUoBBTFp50=";

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