frankenphp: 1.0.0-rc.3 -> 1.0.0-rc.4
This commit is contained in:
parent
49a204d40e
commit
ae7f90f1b6
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ let
|
|||
pieBuild = stdenv.hostPlatform.isMusl;
|
||||
in buildGoModule rec {
|
||||
pname = "frankenphp";
|
||||
version = "1.0.0-rc.3";
|
||||
version = "1.0.0-rc.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dunglas";
|
||||
repo = "frankenphp";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Al0gCxTb6s41ugX9J8N8lshop9kP3RPGCzlq5etk1RY=";
|
||||
hash = "sha256-4jNCKHt4eYI1BNaonIdS1Eq2OnJwgrU6qWZoiSpeIYk=";
|
||||
};
|
||||
|
||||
sourceRoot = "source/caddy";
|
||||
|
|
Loading…
Reference in a new issue