mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nodejs-10_x: 10.19.0 -> 10.20.0
Changelog: https://github.com/nodejs/node/releases/tag/v10.20.0
This commit is contained in:
parent
0a02a05903
commit
662514f480
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "10.19.0";
|
||||
sha256 = "0sginvcsf7lrlzsnpahj4bj1f673wfvby8kaxgvzlrbb7sy229v2";
|
||||
version = "10.20.0";
|
||||
sha256 = "0cvjwnl0wkcsyw3kannbdv01s235wrnp11n2s6swzjx95gpichfi";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue