nodejs-12_x: 12.18.4 -> 12.19.0

This commit is contained in:
Mario Rodas 2020-10-14 18:00:00 -05:00
parent a5f819d08b
commit 27143f8e02

View File

@ -1,13 +1,13 @@
{ callPackage, openssl, icu, python2, enableNpm ? true }: { callPackage, openssl, icu, python2, enableNpm ? true }:
let let
buildNodejs = callPackage ./nodejs.nix { buildNodejs = callPackage ./nodejs.nix {
inherit openssl icu; inherit openssl icu;
python = python2; python = python2;
}; };
in in
buildNodejs { buildNodejs {
inherit enableNpm; inherit enableNpm;
version = "12.18.4"; version = "12.19.0";
sha256 = "02gncjrrjqdwf9ydmg96yn9ldsw539q9w88cknax1djkisqkrw15"; sha256 = "1qainpkakkl3xip9xz2wbs74g95gvc6125cc05z6vyckqi2iqrrv";
} }