Unverified Commit 99ad1411 authored by Colin's avatar Colin Committed by GitHub
Browse files

super-productivity: 17.2.1 -> 18.1.0 (#504594)

parents f48449f1 bed8ca5d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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=";
    }
  );