Commit Graph

15 Commits

Author SHA1 Message Date
R. Ryantm
d3222f864a frankenphp: 1.1.2 -> 1.1.4 2024-04-26 00:55:50 +00:00
Gaël Reyrol
60a3c785bd
frankenphp: 1.1.0 -> 1.1.2 (#297649) 2024-03-25 13:31:10 +01: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
4e4292d349
frankenphp: 1.0.3 -> 1.1.0 2024-02-05 09:55:46 +01:00
Gaël Reyrol
7361b1bf9d
frankenphp: 1.0.2 -> 1.0.3
Diff: https://github.com/dunglas/frankenphp/compare/v1.0.2...v1.0.3

Changelog: https://github.com/dunglas/frankenphp/releases/tag/v1.0.3
2024-01-06 14:51:13 +01:00
Gaël Reyrol
afbd598e18
frankenphp: 1.0.1 -> 1.0.2
Diff: https://github.com/dunglas/frankenphp/compare/v1.0.1...v1.0.2

Changelog: https://github.com/dunglas/frankenphp/releases/tag/v1.0.2
2023-12-25 22:24:11 +01:00
Pol Dellaiera
a9da775068
Merge pull request #274430 from shyim/frankenphp-fix-colision
frankenphp: fix collision with php package
2023-12-20 18:10:00 +01:00
R. Ryantm
68a8f62ad3 frankenphp: 1.0.0 -> 1.0.1 2023-12-19 06:40:53 +00:00
Soner Sayakci
a3520e38bb
frankenphp: fix collision with php package 2023-12-15 12:18:30 +01:00
Soner Sayakci
6cf771c181
frankenphp: fix loading php extensions and custom config 2023-12-11 00:04:01 +01:00
Pol Dellaiera
3ca8becb81
frankenphp: 1.0.0-rc.4 -> 1.0.0 2023-12-07 21:18:33 +01:00
Soner Sayakci
64a56afce4
frankenphp: add shyim as maintainer 2023-12-05 16:14:03 +01:00
Soner Sayakci
21e686eaec
frankenphp: add darwin support 2023-12-03 16:38:30 +01:00
Pol Dellaiera
ae7f90f1b6
frankenphp: 1.0.0-rc.3 -> 1.0.0-rc.4 2023-12-01 18:37:08 +01:00
Gaël Reyrol
ee3810a1c9
frankenphp: init at 1.0.0-rc3 2023-11-27 09:33:07 +01:00