Commit Graph

6 Commits

Author SHA1 Message Date
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