about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-04 20:47:50 -0500
committerGitHub <noreply@github.com>2023-01-04 20:47:50 -0500
commit9fcedd1a59bc0d9cc31a4824a3496f51c71acd06 (patch)
tree6aa104b9e7cfb9e446f5d53719278967662dc5c1 /pkgs
parent71d8cfd91d62bf28820fbf730c22058337e70bf6 (diff)
parent56af04d0699d15f1bf13f5ede40ec4620b28c7e0 (diff)
Merge pull request #209014 from adamruzicka/todoist
todoist: 0.17.0 -> 0.18.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/todoist/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/applications/misc/todoist/default.nix b/pkgs/applications/misc/todoist/default.nix
index 28222e0e12879..f28797b88e570 100644
--- a/pkgs/applications/misc/todoist/default.nix
+++ b/pkgs/applications/misc/todoist/default.nix
@@ -2,23 +2,19 @@
 
 buildGoModule rec {
   pname = "todoist";
-  version = "0.17.0";
+  version = "0.18.0";
 
   src = fetchFromGitHub {
     owner = "sachaos";
     repo = "todoist";
     rev = "v${version}";
-    sha256 = "sha256-lnx02fFzf8oaJ9T7MV+Gx4EpA4h7TVJK91o9+GU/Yvs=";
+    sha256 = "sha256-46wNacsK2kGHaq2MgcW4ELI2TIY+4leraGQwU4V7sVo=";
   };
 
   vendorSha256 = "sha256-ly+OcRo8tGeNX4FnqNVaqjPx/A1FALOnScxs04lIOiU=";
 
   doCheck = false;
 
-  postPatch = ''
-    substituteInPlace main.go --replace '0.15.0' '${version}'
-  '';
-
   meta = {
     homepage = "https://github.com/sachaos/todoist";
     description = "Todoist CLI Client";