IndeedNotJames 2023-04-26 16:28:19 +02:00
parent c8018361fa
commit edfc946b04
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

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 = [