mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
nodejs-13_x: 13.10.0 -> 13.10.1
Changelog: https://github.com/nodejs/node/releases/tag/v13.10.1
This commit is contained in:
parent
e113100be0
commit
12628187a9
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "13.10.0";
|
||||
sha256 = "11m8sisi3dmr70fpnb7xi6nljil3rm36liz0wfzd7kgxmv6p9mhj";
|
||||
version = "13.10.1";
|
||||
sha256 = "14pvqwhilq210zn830zmh04a62rj3si0ijc4ihrhdf3dvghrx2c3";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue