Skip to content

Commit f3ceef4

Browse files
committed
webhook: 2.8.1 -> 2.8.2
1 parent 9a415c2 commit f3ceef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/http/webhook/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "webhook";
9-
version = "2.8.1";
9+
version = "2.8.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "adnanh";
1313
repo = "webhook";
1414
rev = version;
15-
sha256 = "sha256-8OpVpm9nEroUlr41VgnyM6sxd/FlSvoQK5COOWvo4Y4=";
15+
sha256 = "sha256-3Ew72ADGTlvp6w37nYbCng7HHCZ0a7kVf3DNRNyCkZU=";
1616
};
1717

1818
vendorHash = null;

0 commit comments

Comments
 (0)