webhook: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm 2023-05-30 02:04:29 +00:00
parent 58c8583551
commit c9b945e0f8

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "webhook";
version = "2.8.0";
version = "2.8.1";
src = fetchFromGitHub {
owner = "adnanh";
repo = "webhook";
rev = version;
sha256 = "0n03xkgwpzans0cymmzb0iiks8mi2c76xxdak780dk0jbv6qgp5i";
sha256 = "sha256-8OpVpm9nEroUlr41VgnyM6sxd/FlSvoQK5COOWvo4Y4=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "." ];