frankenphp: 1.0.0-rc.4 -> 1.0.0
This commit is contained in:
parent
776664d0cf
commit
3ca8becb81
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