Commit Graph

3 Commits

Author SHA1 Message Date
pacien
2508818dec matrix-appservice-discord: fix key mismatch in update script
The key was renamed in default.nix in f38f3e4 but not in the update
script.
2023-09-16 08:48:16 +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
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