flake update
This commit is contained in:
parent
95a533c876
commit
6703cb5184
10 changed files with 46 additions and 46 deletions
|
|
@ -32,8 +32,8 @@ buildNpmPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "jae-jae";
|
||||
repo = "fetcher-mcp";
|
||||
rev = "4f4ad0f723367a7b0d3215c01d04282d573e6980";
|
||||
hash = "sha256-4Hh2H2ANBHOYYl3I1BqrkdCPNF/1hgv649CqAy7aiYw=";
|
||||
rev = "8754aff66e3d9207502207bf82a493f45f556bb8";
|
||||
hash = "sha256-CH9qTU+BS3/zCs9QVIHPqoHdul9qpaha1D+gZzoLteY=";
|
||||
};
|
||||
|
||||
env.PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1";
|
||||
|
|
@ -43,7 +43,7 @@ buildNpmPackage rec {
|
|||
jq
|
||||
];
|
||||
|
||||
npmDepsHash = "sha256-a56gDzZCo95vQUO57uFwMc9g/7jweYdCKqx64W8D1T8=";
|
||||
npmDepsHash = "sha256-waLaOeDaCsgltLrri0kjjFJPazOE/cY+2F+Yu0i55Cg=";
|
||||
|
||||
postPatch = ''
|
||||
${jq}/bin/jq 'del(.scripts.postinstall) | del(.scripts."install-browser")' package.json > package.json.tmp && mv package.json.tmp package.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue