frankenphp: 1.0.0-rc.3 -> 1.0.0-rc.4

This commit is contained in:
Pol Dellaiera 2023-12-01 18:37:08 +01:00
parent 49a204d40e
commit ae7f90f1b6
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -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";