From bed8ca5d52789c15fb83c7ac18c3a96009aa5f48 Mon Sep 17 00:00:00 2001 From: Chris Moultrie <821688+tebriel@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:15:41 -0400 Subject: [PATCH] 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 --- pkgs/by-name/su/super-productivity/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/su/super-productivity/package.nix b/pkgs/by-name/su/super-productivity/package.nix index 6646c5140edd..867eb2fc2e5f 100644 --- a/pkgs/by-name/su/super-productivity/package.nix +++ b/pkgs/by-name/su/super-productivity/package.nix @@ -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="; } );