Skip to content

Commit 2b38e1e

Browse files
committed
1 parent 58cc2f3 commit 2b38e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ze/zenn-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ in
3535

3636
stdenv.mkDerivation (finalAttrs: {
3737
pname = "zenn-cli";
38-
version = "0.1.155";
38+
version = "0.1.157";
3939

4040
src = fetchFromGitHub {
4141
owner = "zenn-dev";
4242
repo = "zenn-editor";
4343
rev = "refs/tags/${finalAttrs.version}";
44-
hash = "sha256-3SM57DRCz8VuizyUrW6sI9FuBq4NrjoCqriEYUQg27M=";
44+
hash = "sha256-1+5UaSYtY00F+1oJfovLIBPnmfRnKpIkQHpxb93rO2k=";
4545
# turborepo requires .git directory
4646
leaveDotGit = true;
4747
};

0 commit comments

Comments
 (0)