super-productivity: 17.2.1 -> 18.1.0
changelog: https://github.com/super-productivity/super-productivity/releases/tag/v18.0.0 changelog: https://github.com/super-productivity/super-productivity/releases/tag/v18.1.0
This commit is contained in:
@@ -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=";
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user