mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
zenn-cli: 0.1.155 -> 0.1.157
Diff: https://github.com/zenn-dev/zenn-editor/compare/refs/tags/0.1.155...0.1.157 Changelog: https://github.com/zenn-dev/zenn-editor/releases/tag/0.1.157
This commit is contained in:
parent
58cc2f3abf
commit
2b38e1e0a9
@ -35,13 +35,13 @@ in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "zenn-cli";
|
||||
version = "0.1.155";
|
||||
version = "0.1.157";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zenn-dev";
|
||||
repo = "zenn-editor";
|
||||
rev = "refs/tags/${finalAttrs.version}";
|
||||
hash = "sha256-3SM57DRCz8VuizyUrW6sI9FuBq4NrjoCqriEYUQg27M=";
|
||||
hash = "sha256-1+5UaSYtY00F+1oJfovLIBPnmfRnKpIkQHpxb93rO2k=";
|
||||
# turborepo requires .git directory
|
||||
leaveDotGit = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user