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

Merge pull request #229037 from r-ryantm/auto-update/todoist

todoist: 0.19.0 -> 0.20.0
parents 431c12ad 5915dd88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "todoist";
  version = "0.19.0";
  version = "0.20.0";

  src = fetchFromGitHub {
    owner = "sachaos";
    repo = "todoist";
    rev = "v${version}";
    sha256 = "sha256-i8q9L8x9LNodL3ilFK5kiq744yclRfsexxS7E0i9JSo=";
    sha256 = "sha256-mdh+DOqlxcAqWIxEiKXmtvlsaaRCnRWEvrn56IFhBwk=";
  };

  vendorHash = "sha256-fWFFWFVnLtZivlqMRIi6TjvticiKlyXF2Bx9Munos8M=";