todoist: 0.19.0 -> 0.20.0

This commit is contained in:
R. Ryantm 2023-04-30 02:33:06 +00:00
parent 5d0d352833
commit 5915dd8889

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