todoist: 0.20.0 -> 0.22.0

This commit is contained in:
R. Ryantm
2025-01-06 14:05:22 +00:00
parent 6663da588d
commit 9eccafa200
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "todoist";
version = "0.20.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "sachaos";
repo = "todoist";
rev = "v${version}";
sha256 = "sha256-mdh+DOqlxcAqWIxEiKXmtvlsaaRCnRWEvrn56IFhBwk=";
sha256 = "sha256-+UECYUozca7PKKiTrmPAobSF0y6xnWYCGaChk9bwANg=";
};
vendorHash = "sha256-fWFFWFVnLtZivlqMRIi6TjvticiKlyXF2Bx9Munos8M=";