Commit Graph

4 Commits

Author SHA1 Message Date
pacien
d1e79831b1 matrix-appservice-discord: 3.1.1 -> 4.0.0
This release contains compatibility fixes for Synapse 1.90.0+ and
NodeJS 20.
2023-09-16 08:48:20 +02:00
Theodore Ni
f38f3e439b
matrix-appservice-discord: adapt update script to new nix-prefetch-github 2023-07-18 18:16:16 -07:00
pacien
7ddf10108b matrix-appservice-discord: 3.1.0 -> 3.1.1
Changelog: https://github.com/matrix-org/matrix-appservice-discord/blob/develop/CHANGELOG.md#311-2022-11-10
2022-11-21 08:43:32 -05:00
pacien
895da4caae matrix-appservice-discord: 1.0.0 -> 3.1.0
- This also takes into account the transfer of the project and repository
  to the matrix-org organisation on GitHub.

- The Node version assertion has been removed because our `pkgs.nodejs`
  already points to version 18.

- This replaces the `.nix` lock file (generated with `yarn2nix`) with a
  hash-pinned fixed-output derivation, which is simpler to work with.

- This replaces the old "generate.sh" script with one that updates all the
  version info and hashes (package.json, source version, source hash,
  and Yarn dependencies hash).
  This is inspired by the update script used for the
  "matrix-appservice-slack" package.

- This switches to srcOnly for node sources.

- Added pkgs.matrix-sdk-crypto-nodejs new required native dependency.
2022-11-15 23:26:00 -05:00