nodejs-12_x: 12.18.4 -> 12.19.0
This commit is contained in:
parent
a5f819d08b
commit
27143f8e02
@ -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 = "12.18.4";
|
||||
sha256 = "02gncjrrjqdwf9ydmg96yn9ldsw539q9w88cknax1djkisqkrw15";
|
||||
version = "12.19.0";
|
||||
sha256 = "1qainpkakkl3xip9xz2wbs74g95gvc6125cc05z6vyckqi2iqrrv";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user