Chris Moultrie
2026-03-29 20:42:04 -04:00
parent e208be0d9d
commit bed8ca5d52
@@ -10,15 +10,15 @@
prefetch-npm-deps,
rsync,
stdenv,
nodejs_22,
nodejs_24,
}:
let
electron = electron_39;
nodejs = nodejs_22;
nodejs = nodejs_24;
in
buildNpmPackage rec {
pname = "super-productivity";
version = "17.2.1";
version = "18.1.0";
inherit nodejs;
@@ -26,7 +26,7 @@ buildNpmPackage rec {
owner = "johannesjo";
repo = "super-productivity";
tag = "v${version}";
hash = "sha256-yt3HXOhpy2uzzpFInZbTHCWA9LfHB2bqEFCHzHwIv70=";
hash = "sha256-gIRnc+UqrDBcYxq0BXxS8rrOOVylTwH2WYne7h2A5fk=";
postFetch = ''
find $out -name package-lock.json -exec ${lib.getExe npm-lockfile-fix} -r {} \;
@@ -69,7 +69,7 @@ buildNpmPackage rec {
dontInstall = true;
outputHashMode = "recursive";
hash = "sha256-hNmM8Ln0klZBnC5TwtL7Bog82MlC4D0sCb9+uMqB0D0=";
hash = "sha256-/D6pI8Kbih+bQalyE7Jb42OhYesneKsXPC2ghdMumRQ=";
}
);