todoist: 0.13.1 -> 0.14.0
This commit is contained in:
parent
2a10e8fef5
commit
fadebf39ed
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "todoist";
|
pname = "todoist";
|
||||||
version = "0.13.1";
|
version = "0.14.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sachaos";
|
owner = "sachaos";
|
||||||
repo = "todoist";
|
repo = "todoist";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1kwvlsjr2a7wdhlwpxxpdh87wz8k9yjwl59vl2g7ya6m0rvhd3mc";
|
sha256 = "0qhmv65il14lns817yxhma784jw5bz629svzh2ykrmilx5f7dxqc";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "09n6abyaqwz4zcdz8934rvpbxhp4v2nmm5v739kkcc98c3h93i64";
|
modSha256 = "01dqw4x9rbi1kqrfygais0jzmbqxgzx298xy7f52z0npschpigiv";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/sachaos/todoist;
|
homepage = https://github.com/sachaos/todoist;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user