mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
nezha-theme-admin: 2.2.5 -> 2.3.4
(cherry picked from commit 3e1a962be0)
This commit is contained in:
committed by
github-actions[bot]
parent
f664c41651
commit
fc7961b29d
4337
pkgs/by-name/ne/nezha-theme-admin/package-lock.json
generated
4337
pkgs/by-name/ne/nezha-theme-admin/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -6,13 +6,13 @@
|
||||
|
||||
buildNpmPackage (finalAttrs: {
|
||||
pname = "nezha-theme-admin";
|
||||
version = "2.2.5";
|
||||
version = "2.3.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nezhahq";
|
||||
repo = "admin-frontend";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-LNJgl615mXUxGIwNcvj+0hqyX7Gv6twBEb7aSUR3q2w=";
|
||||
hash = "sha256-cjq0dwIUsT4iNcatzwxOaMMJ9dpjNmSShjHBBXW6neA=";
|
||||
};
|
||||
|
||||
# TODO: Remove after upstream fixes resolved missing.
|
||||
@@ -20,7 +20,7 @@ buildNpmPackage (finalAttrs: {
|
||||
cp ${./package-lock.json} package-lock.json
|
||||
'';
|
||||
|
||||
npmDepsHash = "sha256-5uF2CROi+J0O2vqWOEzobhg2xw8lebksQtx97LyiWxA=";
|
||||
npmDepsHash = "sha256-I3CHLDa/EpuM2iUOsBNg4z3yw3VACJvO2W0vBL84pUk=";
|
||||
npmPackFlags = [ "--ignore-scripts" ];
|
||||
npmBuildScript = "build-ignore-error";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user