Merge pull request #273768 from bkchr/bkchr-fx-cast-bridge-nodejs18

fx-cast-bridge: pin nodejs to version 18
This commit is contained in:
André Silva
2023-12-14 22:00:05 +00:00
committed by GitHub
+3 -1
View File
@@ -1,9 +1,11 @@
{ lib, buildNpmPackage, fetchFromGitHub, avahi-compat, nodejs, python3 }:
{ lib, buildNpmPackage, fetchFromGitHub, avahi-compat, nodejs_18, python3 }:
buildNpmPackage rec {
pname = "fx-cast-bridge";
version = "0.3.1";
nodejs = nodejs_18;
src = fetchFromGitHub {
owner = "hensm";
repo = "fx_cast";