zenn-cli: 0.1.159 -> 0.2.1

This commit is contained in:
yadokani389
2025-07-18 16:05:50 +09:00
parent 4102ad7290
commit ea4d370750
+2 -2
View File
@@ -37,13 +37,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "zenn-cli";
version = "0.1.159";
version = "0.2.1";
src = fetchFromGitHub {
owner = "zenn-dev";
repo = "zenn-editor";
tag = finalAttrs.version;
hash = "sha256-q28XSsGf+Uz+FTRwyu1xg/8bnYxuL6Jt+t3mk0CcWGY=";
hash = "sha256-LFbC3GXYLCgBOYBdNJRdESGb37DuGBCEL8ak1Qf9DVA=";
# turborepo requires .git directory
leaveDotGit = true;
};