From 8a3987110d8b64528c8280ab6666e04fbc579bab Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 11 Oct 2019 20:43:04 +0200 Subject: [PATCH] hopglass: Update to latest nodejs --- pkg-hopglass-fe.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg-hopglass-fe.nix b/pkg-hopglass-fe.nix index 6783164..0f5ead2 100644 --- a/pkg-hopglass-fe.nix +++ b/pkg-hopglass-fe.nix @@ -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";