mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
cinny-unwrapped: use nodejs-22 (#475645)
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
python3,
|
python3,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
pixman,
|
pixman,
|
||||||
|
nodejs_22,
|
||||||
cairo,
|
cairo,
|
||||||
pango,
|
pango,
|
||||||
stdenv,
|
stdenv,
|
||||||
@@ -22,6 +23,8 @@ buildNpmPackage rec {
|
|||||||
hash = "sha256-RPFEquxMRnNW+L6azcDmrIKXG27DAF2PxDmSB3ErOHk=";
|
hash = "sha256-RPFEquxMRnNW+L6azcDmrIKXG27DAF2PxDmSB3ErOHk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nodejs = nodejs_22;
|
||||||
|
|
||||||
npmDepsHash = "sha256-h4Ipmmo0Jf6/rzCAKtLLCYrUi1anVKZSgy/kcEKDQJg=";
|
npmDepsHash = "sha256-h4Ipmmo0Jf6/rzCAKtLLCYrUi1anVKZSgy/kcEKDQJg=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user