Skip to content

Commit

Permalink
feat(pkgs/rsshub,metacubexd): update them
Browse files Browse the repository at this point in the history
  • Loading branch information
wrvsrx committed Jun 9, 2024
1 parent 1a4c90f commit fd1d97f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 20 deletions.
11 changes: 6 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
inputs = {
flake-lock.url = "github:wrvsrx/flake-lock";
pnpm2nix-nzbr = {
url = "github:nzbr/pnpm2nix-nzbr";
url = "github:wrvsrx/pnpm2nix-nzbr/adapt-to-v9";
inputs.nixpkgs.follows = "flake-lock/nixpkgs";
inputs.flake-utils.follows = "flake-lock/flake-utils";
};
Expand Down
4 changes: 4 additions & 0 deletions pkgs/to-normal-packages/metacubexd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ mkPnpmPackage {
installEnv = {
# otherwise, node-gyp will try to download node headers from internet
npm_config_nodedir = "${nodejs}";
COREPACK_ENABLE_STRICT = "0";
};
env = {
COREPACK_ENABLE_STRICT = "0";
};
extraBuildInputs = [
nodePackages.node-gyp
Expand Down
1 change: 1 addition & 0 deletions pkgs/to-normal-packages/rsshub/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ let
inherit (source) pname version src;
inherit pnpm;
installEnv.PUPPETEER_SKIP_DOWNLOAD = "1";
installEnv.COREPACK_ENABLE_STRICT = "0";
noDevDependencies = true;
}).passthru.nodeModules.overrideAttrs
(old: {
Expand Down
14 changes: 7 additions & 7 deletions pkgs/to-sources/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,12 @@
"name": null,
"owner": "MetaCubeX",
"repo": "metacubexd",
"rev": "v1.138.0",
"sha256": "sha256-SFqXmH9buSPak5jjFaf1tSDw9HUmJgIbfjYOXXiQssI=",
"rev": "v1.140.0",
"sha256": "sha256-OVLG+MHgwWTorPuBTHsHUAY1FSN91j7xWgRDJ7FiO7E=",
"sparseCheckout": [],
"type": "github"
},
"version": "v1.138.0"
"version": "v1.140.0"
},
"noto-fonts-cjk-sans-fix-weight": {
"cargoLocks": null,
Expand Down Expand Up @@ -568,7 +568,7 @@
},
"rsshub": {
"cargoLocks": null,
"date": "2024-04-27",
"date": "2024-06-09",
"extract": null,
"name": "rsshub",
"passthru": null,
Expand All @@ -580,12 +580,12 @@
"name": null,
"owner": "DIYGod",
"repo": "RSSHub",
"rev": "db2b5cc326a825072c579c1492b609773dc4687d",
"sha256": "sha256-tzUPUDZux8Z9PZ1WlGlv9Rh+Q8LSuiGPIPlZNv7uwhE=",
"rev": "9fd5c42951983918e488ff364d7e07e1bd64fe5d",
"sha256": "sha256-C0RME1RCdjcThUQbqsIobmVQDViJcBSAL46z2E95M0E=",
"sparseCheckout": [],
"type": "github"
},
"version": "db2b5cc326a825072c579c1492b609773dc4687d"
"version": "9fd5c42951983918e488ff364d7e07e1bd64fe5d"
},
"seal_lake": {
"cargoLocks": null,
Expand Down
14 changes: 7 additions & 7 deletions pkgs/to-sources/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,13 @@
};
metacubexd = {
pname = "metacubexd";
version = "v1.138.0";
version = "v1.140.0";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "metacubexd";
rev = "v1.138.0";
rev = "v1.140.0";
fetchSubmodules = false;
sha256 = "sha256-SFqXmH9buSPak5jjFaf1tSDw9HUmJgIbfjYOXXiQssI=";
sha256 = "sha256-OVLG+MHgwWTorPuBTHsHUAY1FSN91j7xWgRDJ7FiO7E=";
};
};
noto-fonts-cjk-sans-fix-weight = {
Expand Down Expand Up @@ -325,15 +325,15 @@
};
rsshub = {
pname = "rsshub";
version = "db2b5cc326a825072c579c1492b609773dc4687d";
version = "9fd5c42951983918e488ff364d7e07e1bd64fe5d";
src = fetchFromGitHub {
owner = "DIYGod";
repo = "RSSHub";
rev = "db2b5cc326a825072c579c1492b609773dc4687d";
rev = "9fd5c42951983918e488ff364d7e07e1bd64fe5d";
fetchSubmodules = false;
sha256 = "sha256-tzUPUDZux8Z9PZ1WlGlv9Rh+Q8LSuiGPIPlZNv7uwhE=";
sha256 = "sha256-C0RME1RCdjcThUQbqsIobmVQDViJcBSAL46z2E95M0E=";
};
date = "2024-04-27";
date = "2024-06-09";
};
seal_lake = {
pname = "seal_lake";
Expand Down

0 comments on commit fd1d97f

Please sign in to comment.