nodejs-14_x: 14.19.1 -> 14.19.2
https://github.com/nodejs/node/releases/tag/v14.19.2
This commit is contained in:
parent
0ab6bcebc8
commit
70f212bb5b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ let
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "14.19.1";
|
version = "14.19.2";
|
||||||
sha256 = "sha256-4a4J3YYas5rwRIO7XA+lTd2CtrFVQ76aJ+pnBKi6ndk=";
|
sha256 = "sha256-70N1qRUv9p8oI9eyCjtTdnoEYWS7rHgkQpyyFtFojPA=";
|
||||||
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue