From ec948106bd970a059d08eefe9b7f6195cba1d961 Mon Sep 17 00:00:00 2001 From: DeadBranch Date: Sun, 22 Mar 2026 21:20:28 +0100 Subject: [PATCH] Fixed ncurses blake3 hash --- recipes/libs/ncurses/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libs/ncurses/recipe.toml b/recipes/libs/ncurses/recipe.toml index 03535a5ef..a3c7802e0 100644 --- a/recipes/libs/ncurses/recipe.toml +++ b/recipes/libs/ncurses/recipe.toml @@ -1,6 +1,6 @@ [source] tar = "https://ftp.gnu.org/gnu/ncurses/ncurses-6.6.tar.gz" -blake3 = "0d1c9fdf53c0ca4bd66ba707d49a079d2dd6f5a960cdec74a56e29952c4ffe73" +blake3 = "fbec55697a01f99b9cc3f25be55e73ae7091f4c53e5d81a1ea15734c4e5b7238" patches = [ "redox.patch" ]