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

webhook: 2.7.0 -> 2.8.0
This commit is contained in:
Sandro 2020-12-09 01:25:24 +01:00 committed by GitHub
commit 7e2c7c6748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "webhook";
version = "2.7.0";
version = "2.8.0";
goPackagePath = "github.com/adnanh/webhook";
excludedPackages = [ "test" ];
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "adnanh";
repo = "webhook";
rev = version;
sha256 = "1spiqjy0z84z96arf57bn6hyvfsd6l8w6nv874mbis6vagifikci";
sha256 = "0n03xkgwpzans0cymmzb0iiks8mi2c76xxdak780dk0jbv6qgp5i";
};
meta = with lib; {