Commit Graph

10 Commits

Author SHA1 Message Date
Weijia Wang
401c651f74
Merge pull request #317955 from r-ryantm/auto-update/mercure
mercure: 0.16.0 -> 0.16.2
2024-06-28 01:16:46 +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
R. Ryantm
3b21d0067e mercure: 0.16.0 -> 0.16.2 2024-06-07 07:58:33 +00:00
R. Ryantm
a51e8e319f mercure: 0.15.11 -> 0.16.0 2024-05-31 02:19:20 +00:00
R. Ryantm
a2130085b2 mercure: 0.15.10 -> 0.15.11 2024-04-12 10:38:49 +00:00
R. Ryantm
30c55fae58 mercure: 0.15.9 -> 0.15.10 2024-03-20 04:30:17 +00:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Gaël Reyrol
6b76271cbe
mercure: 0.15.6 -> 0.15.9
Diff: https://github.com/dunglas/mercure/compare/v0.15.6...v0.15.9

Changelog: https://github.com/dunglas/mercure/releases/tag/v0.15.9
2024-01-28 11:10:32 +01:00
Gaël Reyrol
5262ff980b
mercure: 0.15.5 -> 0.15.6 2023-12-05 17:00:45 +01:00
Gaël Reyrol
13c1993891
mercure: init at 0.15.5 2023-11-04 11:33:04 +01:00