Skip to content

Commit

Permalink
Merge pull request #323239 from Xaver106/bump-vencord
Browse files Browse the repository at this point in the history
vencord: 1.9.0 -> 1.9.3
  • Loading branch information
NickCao authored Jun 29, 2024
2 parents 71a6239 + 047d87e commit 153864b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 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.9.0";
gitHash = "3505ada";
version = "1.9.3";
gitHash = "484d70f";
in
buildNpmPackage rec {
pname = "vencord";
Expand All @@ -16,7 +16,7 @@ buildNpmPackage rec {
owner = "Vendicated";
repo = "Vencord";
rev = "v${version}";
hash = "sha256-H2LyZJPm5D6uUskJdpaESlO+/U9KWDrz8q+ZdgcyGr0=";
hash = "sha256-My9jIjGA9+ax7TBHIlXavoWNhsenFGqtZ/ePmdMv1qQ=";
};

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

makeCacheWritable = true;
npmDepsHash = "sha256-hTOaAtAyIfnOwirqP2y/2MIOXLsUmO7CkyJvebO7C34=";
npmDepsHash = "sha256-+gcm570JtI8ErdTU+YFPLK4O0jKv7CWdkX7kBKbqfXI=";
npmFlags = [ "--legacy-peer-deps" ];
npmBuildScript = if buildWebExtension then "buildWeb" else "build";
npmBuildFlags = [ "--" "--standalone" "--disable-updater" ];
Expand Down

0 comments on commit 153864b

Please sign in to comment.