webhook: 2.8.2 -> 2.8.3

This commit is contained in:
R. Ryantm
2026-02-12 23:58:23 +00:00
parent 3cbf09a009
commit ac17711b4f
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "webhook";
version = "2.8.2";
version = "2.8.3";
src = fetchFromGitHub {
owner = "adnanh";
repo = "webhook";
rev = finalAttrs.version;
sha256 = "sha256-3Ew72ADGTlvp6w37nYbCng7HHCZ0a7kVf3DNRNyCkZU=";
sha256 = "sha256-P+uLVv0YMlTXrbWVapXRXc+VvQZxUiimLG0EX9tDxpM=";
};
vendorHash = null;