3
0
Fork 0
forked from mirrors/nixpkgs

nodejs-8_x: 8.15.1 -> 8.16.0

This commit is contained in:
Mario Rodas 2019-05-22 22:10:48 -05:00
parent c8f7b7c926
commit fde6161827
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "8.15.1";
sha256 = "1ldd4p7cf7bjl4yg9d91khzd9662g3wda7g1yr0ljqjjyjiqcr3b";
version = "8.16.0";
sha256 = "0h3k5y51fyysqnqb8n5v5zxga937pipag49xzx6xr9b82phfh59m";
}