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:
Weijia Wang 2023-12-08 01:46:24 +01:00 committed by GitHub
commit efa48392f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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