Skip to content

Commit

Permalink
[24.05] vencord: 1.8.9 -> 1.9.5 (#337676)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 3, 2024
2 parents ae9d21a + 04f61e7 commit 85e5d5a
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 74 deletions.
149 changes: 79 additions & 70 deletions pkgs/by-name/ve/vencord/package-lock.json

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

8 changes: 4 additions & 4 deletions pkgs/by-name/ve/vencord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
, buildWebExtension ? false
}:
let
version = "1.8.9";
gitHash = "008227c";
version = "1.9.5";
gitHash = "5bd10c8";
in
buildNpmPackage rec {
pname = "vencord";
Expand All @@ -16,7 +16,7 @@ buildNpmPackage rec {
owner = "Vendicated";
repo = "Vencord";
rev = "v${version}";
hash = "sha256-ASIb7iNtbdx9zAe9o/73M1hF9uBvXid63Vlx7wLpV5U=";
hash = "sha256-7eJkdcZX4D6PUnnpY+iucWWZx9/ned8z/zA0M5TRcaY=";
};

ESBUILD_BINARY_PATH = lib.getExe (esbuild.overrideAttrs (final: _: {
Expand All @@ -34,7 +34,7 @@ buildNpmPackage rec {
npmRebuildFlags = [ "|| true" ];

makeCacheWritable = true;
npmDepsHash = "sha256-4yC//tdUiEDoAV1lGYdFLW/bO69IMvG4SQV7bDotfyk=";
npmDepsHash = "sha256-GTjL6cjYPoa1ohtqslxDskCN9tKuu1OP1ZWIWtFx+E0=";
npmFlags = [ "--legacy-peer-deps" ];
npmBuildScript = if buildWebExtension then "buildWeb" else "build";
npmBuildFlags = [ "--" "--standalone" "--disable-updater" ];
Expand Down

0 comments on commit 85e5d5a

Please sign in to comment.