Merge pull request #272755 from drupol/frankenphp-bump-1-0-0
frankenphp: 1.0.0-rc.4 -> 1.0.0
This commit is contained in:
commit
efa48392f3
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@ let
|
|||
pieBuild = stdenv.hostPlatform.isMusl;
|
||||
in buildGoModule rec {
|
||||
pname = "frankenphp";
|
||||
version = "1.0.0-rc.4";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dunglas";
|
||||
repo = "frankenphp";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-4jNCKHt4eYI1BNaonIdS1Eq2OnJwgrU6qWZoiSpeIYk=";
|
||||
hash = "sha256-QgLCcZUDjeEdo8ijUXeubRkLI9DDlMctzHlGSjDCZoc=";
|
||||
};
|
||||
|
||||
sourceRoot = "source/caddy";
|
||||
|
|
Loading…
Reference in a new issue