mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
nodejs-14_x: 14.5.0 -> 14.6.0
https://github.com/nodejs/node/releases/tag/v14.6.0
This commit is contained in:
parent
fa2b5215d0
commit
71532e92db
@ -1,14 +1,14 @@
|
||||
{ callPackage, openssl, icu66, python3, enableNpm ? true }:
|
||||
{ callPackage, openssl, icu67, python3, enableNpm ? true }:
|
||||
|
||||
let
|
||||
buildNodejs = callPackage ./nodejs.nix {
|
||||
inherit openssl;
|
||||
icu = icu66;
|
||||
icu = icu67;
|
||||
python = python3;
|
||||
};
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "14.5.0";
|
||||
sha256 = "1d6w7ycdiqbkip7m6m8xly31qgx7ywakzvrnqdq8ini5sricjlgb";
|
||||
version = "14.6.0";
|
||||
sha256 = "153a07ffrmvwbsc78wrc0xnwymmzrhva0kn6mgnfi3086v3h1wss";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user