todoist: 0.16.0 -> 0.17.0

This commit is contained in:
R. Ryantm 2022-12-14 20:09:28 +00:00
parent e2b79f08bd
commit cb97517032

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