Unverified Commit 15dbabfc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

todoist: 0.23.0 -> 0.24.0 (#515830)

parents 4a06700e 279f7389
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "todoist";
  version = "0.23.0";
  version = "0.24.0";

  src = fetchFromGitHub {
    owner = "sachaos";
    repo = "todoist";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-+W6pc6J5eK/Sg7rc/6XJQtQ2IwVjyF/GbCX8+88k4Gc=";
    sha256 = "sha256-Q3sqgqN4xUGeVmncEAGDker6tau8h30zBPEjgLSxazI=";
  };

  vendorHash = "sha256-eVB5k/Z5Z6SsPqySPm4xZIh07c9xbijImRk8zdvY6tA=";