nodejs-14_x: 14.21.0 -> 14.21.1
https://github.com/nodejs/node/releases/tag/v14.21.1
This commit is contained in:
parent
c4937f84a5
commit
7ce8eb28f0
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "14.21.0";
|
version = "14.21.1";
|
||||||
sha256 = "sha256-O0vawbrMxUuu4uPbyre7Y1Ikxxbudu5Jqk9vVMKPeZE=";
|
sha256 = "sha256-PbldbKcolXvwkLYwGnqdLYBxSyoG2Jih22XG5Csdp6w=";
|
||||||
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue