frankenphp: 1.0.0-rc.4 -> 1.0.0

This commit is contained in:
Pol Dellaiera 2023-12-07 21:18:33 +01:00
parent 776664d0cf
commit 3ca8becb81
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

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