1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 08:59:42 +00:00

nodejs-12_x: 12.18.1 -> 12.18.2

Changelog: https://github.com/nodejs/node/releases/tag/v12.18.2
This commit is contained in:
Mario Rodas 2020-06-30 09:00:00 -05:00
parent d13d819b89
commit b9cf52e907
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

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