frankenphp: 1.6.0 -> 1.6.2 (#412263)

Co-authored-by: shyim <github@shyim.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-30 13:21:21 +00:00 committed by GitHub
commit 728fa078d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,13 +31,13 @@ let
in
buildGoModule rec {
pname = "frankenphp";
version = "1.6.0";
version = "1.6.2";
src = fetchFromGitHub {
owner = "dunglas";
repo = "frankenphp";
tag = "v${version}";
hash = "sha256-y1S1oPBuXpu2ApCxv9ENqzD2wjSeMzwqnBldmVLEIsM=";
hash = "sha256-YYEipvr0qqudKuLrINt5htl2oCp6wXWLpyvCPuwR9e8=";
};
sourceRoot = "${src.name}/caddy";