mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 09:37:29 +00:00
Merge pull request #273768 from bkchr/bkchr-fx-cast-bridge-nodejs18
fx-cast-bridge: pin nodejs to version 18
This commit is contained in:
commit
66dfb4f60f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user