Skip to content

Commit

Permalink
webhook: 2.7.0 -> 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2020
1 parent c2effbb commit 34318b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/webhook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "webhook";
version = "2.7.0";
version = "2.8.0";

goPackagePath = "github.com/adnanh/webhook";
excludedPackages = [ "test" ];
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "adnanh";
repo = "webhook";
rev = version;
sha256 = "1spiqjy0z84z96arf57bn6hyvfsd6l8w6nv874mbis6vagifikci";
sha256 = "0n03xkgwpzans0cymmzb0iiks8mi2c76xxdak780dk0jbv6qgp5i";
};

meta = with lib; {
Expand Down

0 comments on commit 34318b7

Please sign in to comment.