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