super-productivity: pin nodejs version to nodejs_22 (#476786)
This commit is contained in:
@@ -10,14 +10,18 @@
|
||||
prefetch-npm-deps,
|
||||
rsync,
|
||||
stdenv,
|
||||
nodejs_22,
|
||||
}:
|
||||
let
|
||||
electron = electron_37;
|
||||
nodejs = nodejs_22;
|
||||
in
|
||||
buildNpmPackage rec {
|
||||
pname = "super-productivity";
|
||||
version = "16.7.3";
|
||||
|
||||
inherit nodejs;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "johannesjo";
|
||||
repo = "super-productivity";
|
||||
|
||||
Reference in New Issue
Block a user