Merge pull request #228334 from IndeedNotJames/xcaddy

xcaddy: 0.3.2 -> 0.3.3
This commit is contained in:
Nick Cao 2023-04-27 10:14:20 +08:00 committed by GitHub
commit bb60144937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "xcaddy";
version = "0.3.2";
version = "0.3.3";
subPackages = [ "cmd/xcaddy" ];
@ -10,7 +10,7 @@ buildGoModule rec {
owner = "caddyserver";
repo = pname;
rev = "v${version}";
hash = "sha256-M0eMI/TtUNVqE4F1ifizVb0e4ACGa+yLkG3pJLaaDNs=";
hash = "sha256-HDyHvHa8yCz59AifHxQ0LAuC/xPXQInuUYURx7bL3oE=";
};
patches = [