hopglass: Update to latest nodejs

This commit is contained in:
Daniel Frank 2019-10-11 20:43:04 +02:00
parent 8421f71031
commit 8a3987110d
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -1,6 +1,6 @@
{ stdenv, lib, pkgs, python, nodejs-11_x, fetchFromGitHub, fetchzip, fetchurl, conf }:
{ stdenv, lib, pkgs, python, nodejs_latest, fetchFromGitHub, fetchzip, fetchurl, conf }:
let
nodejs = nodejs-11_x;
nodejs = nodejs_latest;
yarn2nix = import (fetchFromGitHub {
rev = "3f2dbb08724bf8841609f932bfe1d61a78277232";
owner = "moretea";