Merge pull request #275341 from r-ryantm/auto-update/frankenphp
frankenphp: 1.0.0 -> 1.0.1
This commit is contained in:
commit
caae1b54eb
1 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@ let
|
||||||
pieBuild = stdenv.hostPlatform.isMusl;
|
pieBuild = stdenv.hostPlatform.isMusl;
|
||||||
in buildGoModule rec {
|
in buildGoModule rec {
|
||||||
pname = "frankenphp";
|
pname = "frankenphp";
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dunglas";
|
owner = "dunglas";
|
||||||
repo = "frankenphp";
|
repo = "frankenphp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-QgLCcZUDjeEdo8ijUXeubRkLI9DDlMctzHlGSjDCZoc=";
|
hash = "sha256-FDOD/YA1f16mykrjbgNKw3H091xTCWteZEkEknmF6uM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/caddy";
|
sourceRoot = "source/caddy";
|
||||||
|
@ -39,7 +39,7 @@ in buildGoModule rec {
|
||||||
# frankenphp requires C code that would be removed with `go mod tidy`
|
# frankenphp requires C code that would be removed with `go mod tidy`
|
||||||
# https://github.com/golang/go/issues/26366
|
# https://github.com/golang/go/issues/26366
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
vendorHash = "sha256-Lgj/pFtSQIgjrycajJ1zNY3ytvArmuk0E3IjsAzsNdM=";
|
vendorHash = "sha256-cocLeZZ037LgvfYwFD1hIOlU0XARD9G1rh8B3/hK/ZQ=";
|
||||||
|
|
||||||
buildInputs = [ phpUnwrapped ] ++ phpUnwrapped.buildInputs;
|
buildInputs = [ phpUnwrapped ] ++ phpUnwrapped.buildInputs;
|
||||||
nativeBuildInputs = [ makeBinaryWrapper ] ++ lib.optionals stdenv.isDarwin [ pkg-config darwin.cctools darwin.autoSignDarwinBinariesHook ];
|
nativeBuildInputs = [ makeBinaryWrapper ] ++ lib.optionals stdenv.isDarwin [ pkg-config darwin.cctools darwin.autoSignDarwinBinariesHook ];
|
||||||
|
|
Loading…
Reference in a new issue