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

todoist: 0.19.0 -> 0.20.0
This commit is contained in:
Mario Rodas 2023-04-30 09:39:01 -05:00 committed by GitHub
commit f6e2472fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=";