forked from mirrors/nixpkgs
webhook: 2.6.8 -> 2.7.0
This commit is contained in:
parent
6326c02e0e
commit
778ffb0334
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
pname = "webhook";
|
||||
version = "2.6.8";
|
||||
version = "2.7.0";
|
||||
|
||||
goPackagePath = "github.com/adnanh/webhook";
|
||||
excludedPackages = [ "test" ];
|
||||
|
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||
owner = "adnanh";
|
||||
repo = "webhook";
|
||||
rev = version;
|
||||
sha256 = "05q6nv04ml1gr4k79czg03i3ifl05xq29iapkgrl3k0a36czxlgs";
|
||||
sha256 = "1spiqjy0z84z96arf57bn6hyvfsd6l8w6nv874mbis6vagifikci";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue