3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #91843 from marsam/update-nodejs-12_x

nodejs: 12.18.1 -> 12.18.2, 14.4.0 -> 14.5.0
This commit is contained in:
Mario Rodas 2020-06-30 19:41:45 -05:00 committed by GitHub
commit 44f3bd05e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -141,7 +141,7 @@ in
description = "Event-driven I/O framework for the V8 JavaScript engine";
homepage = "https://nodejs.org";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu gilligan cko ];
maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
platforms = platforms.linux ++ platforms.darwin;
};

View file

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.18.1";
sha256 = "0yjwd8yilm85wkginvhhchcikjsl8g3l3qagbg0l2y1hg8f0anfa";
version = "12.18.2";
sha256 = "1wnxab2shqgs5in0h39qy2fc7f32pcz4gl9i2mj1001pfani1g9q";
}

View file

@ -9,6 +9,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.4.0";
sha256 = "1fbx1r3fflpsy0s7zknca0xyv2gg0ff5fl8czzsb79imqjlgcy0x";
version = "14.5.0";
sha256 = "1d6w7ycdiqbkip7m6m8xly31qgx7ywakzvrnqdq8ini5sricjlgb";
}