mx-puppet-discord: use nodejs-18

This commit is contained in:
paki23 2023-09-24 14:51:56 +02:00
parent 227d4db048
commit 17ef53788f
No known key found for this signature in database
GPG key ID: 13160FFB4CEB03F2

View file

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitLab, pkgs, lib, nodejs_14, pkg-config
{ stdenv, fetchFromGitLab, pkgs, lib, nodejs_18, pkg-config
, libjpeg, pixman, cairo, pango, which, postgresql }:
let
nodejs = nodejs_14;
nodejs = nodejs_18;
version = "0.1.1";