Unverified Commit 5f2c5ca7 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ttdl: 4.10.0 -> 4.11.0 (#403042)

parents d16ac8d0 796bda51
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "ttdl";
  version = "4.10.0";
  version = "4.11.0";

  src = fetchFromGitHub {
    owner = "VladimirMarkelov";
    repo = "ttdl";
    rev = "v${version}";
    sha256 = "sha256-cCz2wxYvYAoI+Hmyll+Fn56NUCuWlIiJycmYvGyhkR4=";
    sha256 = "sha256-REfk8m5ZYfms5hjzbYdqe27z3/qGzC0CLWQ/Cj3418Q=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-207Tmfs3LrZkwsAF/9qD5PN/zHwzCf0lq+87bFIP7y8=";
  cargoHash = "sha256-dr/hT8mVUlO0pX/OGqIqPDevflNVPD88epLZsW772Os=";

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