Merge pull request #101912 from marsam/update-nodejs-10_x
nodejs-10_x: 10.22.1 -> 10.23.0
This commit is contained in:
commit
742e5e5f67
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
{ callPackage, openssl, icu, python2, enableNpm ? true }:
|
||||
|
||||
let
|
||||
buildNodejs = callPackage ./nodejs.nix {
|
||||
buildNodejs = callPackage ./nodejs.nix {
|
||||
inherit openssl icu;
|
||||
python = python2;
|
||||
};
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "10.22.1";
|
||||
sha256 = "0pr569qiabr4m7k38s7rwi3iyzrc5jmx19z2z0k7n4xfvhjlfzzl";
|
||||
version = "10.23.0";
|
||||
sha256 = "07vlqr0493a569i0npwgkxk5wa4vc7j68jsivchg08y2slwn0dgx";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue