Loading pkgs/by-name/su/super-productivity/package.nix +5 −4 Original line number Diff line number Diff line Loading @@ -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 {} \; Loading Loading @@ -63,7 +63,7 @@ buildNpmPackage rec { dontInstall = true; outputHashMode = "recursive"; hash = "sha256-0HQ0+/1gxlODdHeLxgj0y5RtWUOizB+9SULtOmi0DFk="; hash = "sha256-MPTLx/5+0qP7PcxcsIyJEZVUPsoA5J+NG+g92n6vNEk="; } ); Loading Loading @@ -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 ''; Loading Loading
pkgs/by-name/su/super-productivity/package.nix +5 −4 Original line number Diff line number Diff line Loading @@ -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 {} \; Loading Loading @@ -63,7 +63,7 @@ buildNpmPackage rec { dontInstall = true; outputHashMode = "recursive"; hash = "sha256-0HQ0+/1gxlODdHeLxgj0y5RtWUOizB+9SULtOmi0DFk="; hash = "sha256-MPTLx/5+0qP7PcxcsIyJEZVUPsoA5J+NG+g92n6vNEk="; } ); Loading Loading @@ -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 ''; Loading