Unverified Commit 1fdaba68 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

zenn-cli: 0.1.157 -> 0.1.159 (#404543)

parents c83285ad 553e460c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "zenn-cli";
  version = "0.1.157";
  version = "0.1.159";

  src = fetchFromGitHub {
    owner = "zenn-dev";
    repo = "zenn-editor";
    tag = finalAttrs.version;
    hash = "sha256-1+5UaSYtY00F+1oJfovLIBPnmfRnKpIkQHpxb93rO2k=";
    hash = "sha256-q28XSsGf+Uz+FTRwyu1xg/8bnYxuL6Jt+t3mk0CcWGY=";
    # turborepo requires .git directory
    leaveDotGit = true;
  };