frankenphp: 1.0.2 -> 1.0.3
Diff: https://github.com/dunglas/frankenphp/compare/v1.0.2...v1.0.3 Changelog: https://github.com/dunglas/frankenphp/releases/tag/v1.0.3
This commit is contained in:
parent
f52a9f9e4e
commit
7361b1bf9d
1 changed files with 2 additions and 2 deletions
|
@ -25,13 +25,13 @@ let
|
|||
pieBuild = stdenv.hostPlatform.isMusl;
|
||||
in buildGoModule rec {
|
||||
pname = "frankenphp";
|
||||
version = "1.0.2";
|
||||
version = "1.0.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dunglas";
|
||||
repo = "frankenphp";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-iR47S52L2cMORE2MOzddFRDwlqaHAtB8dJs/UrufB0w=";
|
||||
hash = "sha256-DNU127IZ+lw2+NqzrU07ioJKCjjCsnqgS+cqUlX7TUw=";
|
||||
};
|
||||
|
||||
sourceRoot = "source/caddy";
|
||||
|
|
Loading…
Reference in a new issue