3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #82386 from marsam/update-nodejs-13_x

nodejs-13_x: 13.10.1 -> 13.11.0
This commit is contained in:
Mario Rodas 2020-03-12 07:06:31 -05:00 committed by GitHub
commit c5f7e60252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "13.10.1";
sha256 = "14pvqwhilq210zn830zmh04a62rj3si0ijc4ihrhdf3dvghrx2c3";
version = "13.11.0";
sha256 = "07r9xwjmiip9zmgfq77f3av3p93adc5cphj07idph1l8ws1j2h75";
}