Commit Graph

26 Commits

Author SHA1 Message Date
Finn Landweber
4116344dc9
matrix-hookshot: 5.3.0 -> 5.4.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.4.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.4.1
2024-07-06 22:25:25 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Charlotte Van Petegem
7a3dbe9ad8
matrix-hookshot: 5.2.1 -> 5.3.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.3.0
2024-04-17 13:29:28 +02:00
Martin Weinelt
698e8e843e
Merge pull request #297252 from ckiee/mhookshot-redundant-rust-dep
matrix-hookshot: avoid runtime dependency on rustc
2024-03-20 04:22:15 +01:00
ckie
e271bd71e9
matrix-hookshot: avoid runtime dependency on rustc
Nix previously would see a reference to rustc's store path
in .rustc_info.json and proceed to register it as a runtime dependecy.
Delete it so it doesn't.
2024-03-19 21:34:37 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Charlotte Van Petegem
7c85d5f454
matrix-hookshot: 5.2.0 -> 5.2.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.2.1
2024-02-21 17:57:41 +01:00
Charlotte Van Petegem
4899e86d50
matrix-hookshot: 5.1.2 -> 5.2.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.2.0
2024-02-21 15:05:27 +01:00
Charlotte Van Petegem
d6e5ae986c
matrix-hookshot: 4.7.0 -> 5.1.2
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.0.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.1.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.1.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/5.1.2
2024-01-02 17:38:01 +01:00
Charlotte Van Petegem
8ea80a3f11
matrix-hookshot: 4.6.0 -> 4.7.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.7.0
2023-12-06 11:45:44 +01:00
Charlotte Van Petegem
161572971b
matrix-hookshot: 4.5.1 -> 4.6.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.6.0
2023-12-06 11:45:43 +01:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Charlotte Van Petegem
bbf12a9169 matrix-hookshot: 4.4.1 -> 4.5.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.5.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.5.1
2023-09-27 06:54:54 +01:00
Charlotte Van Petegem
bcb347160c
matrix-hookshot: 4.4.0 -> 4.4.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.4.1
2023-07-31 11:46:40 +02:00
Theodore Ni
68d6f72e59
matrix-hookshot: adapt update script to new nix-prefetch-github 2023-07-18 18:16:16 -07:00
Charlotte Van Petegem
65e5b33667
matrix-hookshot: 4.3.0 -> 4.4.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.4.0
2023-06-29 09:32:50 +02:00
Charlotte Van Petegem
bcd1885f12
matrix-hookshot: 4.2.0 -> 4.3.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.3.0
2023-06-19 18:00:57 +02:00
Charlotte Van Petegem
42738ff906
matrix-hookshot: 4.1.0 -> 4.2.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.2.0
2023-06-07 09:09:42 +02:00
Charlotte Van Petegem
bfe156cc0b
matrix-hookshot: 4.0.0 -> 4.1.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.1.0
2023-06-02 10:44:41 +02:00
Charlotte Van Petegem
7c8ebabaaa
matrix-hookshot: 3.2.0 -> 4.0.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.0.0
2023-05-16 21:37:53 +02:00
Alyssa Ross
5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Charlotte Van Petegem
0e681fb600
matrix-hookshot: 3.0.1 -> 3.2.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/3.1.0

https://github.com/matrix-org/matrix-hookshot/releases/tag/3.1.1

https://github.com/matrix-org/matrix-hookshot/releases/tag/3.2.0
2023-04-05 12:35:19 +02:00
Charlotte Van Petegem
49c4f0707b
matrix-hookshot: 3.0.0 -> 3.0.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/3.0.1
2023-03-21 16:06:00 +01:00
Charlotte Van Petegem
5bb0c0c812
matrix-hookshot: 2.7.0 -> 3.0.0 2023-03-18 10:29:38 +01:00
Charlotte Van Petegem
582795ab5a
matrix-hookshot: init at 2.7.0 2023-02-19 12:58:52 +01:00