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

todoist: 0.16.0 -> 0.17.0
This commit is contained in:
Jörg Thalheim 2022-12-14 20:40:43 +00:00 committed by GitHub
commit 3f2661721a
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.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "sachaos";
repo = "todoist";
rev = "v${version}";
sha256 = "sha256-cfhwbL7RaeD5LWxlfqnHfPPPkC5AA3Z034p+hlFBWtg=";
sha256 = "sha256-lnx02fFzf8oaJ9T7MV+Gx4EpA4h7TVJK91o9+GU/Yvs=";
};
vendorSha256 = "sha256-ly+OcRo8tGeNX4FnqNVaqjPx/A1FALOnScxs04lIOiU=";