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
co-authored by shyim
+2 -2
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";