nodejs-12_x: 12.4.0 -> 12.5.0

This commit is contained in:
Mario Rodas
2019-06-28 01:31:41 -05:00
parent 02d750348a
commit 5ba41e5940
2 changed files with 2 additions and 4 deletions

View File

@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.4.0";
sha256 = "1qwcv8m1m3293vmb4x2xrpqlpaa1r1951gf0mva60b2hsdk27d90";
version = "12.5.0";
sha256 = "08haqs104lw44l92bxfii18sdn7y1k07cz3p0ni9bhw7kh4vf5c7";
}