webhook: 2.8.1 -> 2.8.2

This commit is contained in:
R. Ryantm
2024-10-26 04:35:50 +00:00
parent 9a415c28ae
commit f3ceef45ef
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "webhook";
version = "2.8.1";
version = "2.8.2";
src = fetchFromGitHub {
owner = "adnanh";
repo = "webhook";
rev = version;
sha256 = "sha256-8OpVpm9nEroUlr41VgnyM6sxd/FlSvoQK5COOWvo4Y4=";
sha256 = "sha256-3Ew72ADGTlvp6w37nYbCng7HHCZ0a7kVf3DNRNyCkZU=";
};
vendorHash = null;