Merge pull request #257087 from pasqui23/discord-puppet-node-18

This commit is contained in:
Artturi 2023-10-03 23:28:15 +03:00 committed by GitHub
commit 0612b612f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";