Unverified Commit 3537f3cc authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

super-productivity: 15.2.2 -> 16.2.1 (#458696)

parents 2f405ce5 c850869e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildNpmPackage rec {
  pname = "super-productivity";
  version = "15.2.2";
  version = "16.2.1";

  src = fetchFromGitHub {
    owner = "johannesjo";
    repo = "super-productivity";
    tag = "v${version}";
    hash = "sha256-jnHPlKA2I/HIUoxDn+h4F9BDTr5G0mLcq6pAlFgxTv8=";
    hash = "sha256-R+GZE7hxPUOF5eny0vxH7H1Ja82AbXx4xcL4tszaDQc=";

    postFetch = ''
      find $out -name package-lock.json -exec ${lib.getExe npm-lockfile-fix} -r {} \;
@@ -63,7 +63,7 @@ buildNpmPackage rec {
      dontInstall = true;

      outputHashMode = "recursive";
      hash = "sha256-0HQ0+/1gxlODdHeLxgj0y5RtWUOizB+9SULtOmi0DFk=";
      hash = "sha256-MPTLx/5+0qP7PcxcsIyJEZVUPsoA5J+NG+g92n6vNEk=";
    }
  );

@@ -101,7 +101,8 @@ buildNpmPackage rec {
    npm run build
    npm exec electron-builder -- --dir \
      -c.electronDist=electron-dist \
      -c.electronVersion=${electron.version}
      -c.electronVersion=${electron.version} \
      -c.mac.identity=null

    runHook postBuild
  '';