Unverified Commit 72a268f6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #220290 from r-ryantm/auto-update/ttdl

ttdl: 3.6.3 -> 3.6.5
parents ddf8ee6f dbff810d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ttdl";
  version = "3.6.3";
  version = "3.6.5";

  src = fetchFromGitHub {
    owner = "VladimirMarkelov";
    repo = "ttdl";
    rev = "v${version}";
    sha256 = "sha256-IR0cDXQHnMDI71Vg50atS98YorqAQKc95EF1+m9cxFY=";
    sha256 = "sha256-mplV++N+us6IntNJsZoH4yyKZ8eYplUYuVJeac0ZIkQ=";
  };

  cargoSha256 = "sha256-658mN3R3opjvqfnIDcbh11ZSOTDbpYnhCgGGx46Mrrc=";
  cargoHash = "sha256-mgvMQjScXCmr3HIQtGJ2YWRUhiSP5resL96LUCe8D+c=";

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