Merge pull request #234910 from r-ryantm/auto-update/webhook

webhook: 2.8.0 -> 2.8.1
This commit is contained in:
Nick Cao 2023-05-30 02:29:17 -06:00 committed by GitHub
commit 9c4b99a833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [ "." ];