mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
nodejs-15_x: 15.10.0 -> 15.11.0
This commit is contained in:
parent
448151f509
commit
3745271036
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "15.10.0";
|
||||
sha256 = "1i7fdlkkyh5ssncbvxmiz894a12mww4cmj7y4qzm9ddbbvqxhj3p";
|
||||
version = "15.11.0";
|
||||
sha256 = "1lfjm0jgzbr0a874c04pddbjnvjcdyx5vyaakdhp0fa222i92w0s";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue