From 35c71e561fc1b96d1509ca69d62254e548ca745d Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 19 Apr 2023 10:18:51 -0600 Subject: [PATCH] nghttp2: Add blake3 hash --- recipes/nghttp2/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/nghttp2/recipe.toml b/recipes/nghttp2/recipe.toml index 8ed503ed8..1a06c70db 100644 --- a/recipes/nghttp2/recipe.toml +++ b/recipes/nghttp2/recipe.toml @@ -1,5 +1,6 @@ [source] tar = "https://github.com/nghttp2/nghttp2/releases/download/v1.50.0/nghttp2-1.50.0.tar.xz" +blake3 = "7d85ed39d4892cc6c7054277f2c637e95a68b1e0d8b298824d5ee93177d28584" [build] template = "custom" -- GitLab