nginxModules.njs: 0.8.9 -> 0.9.4; fix build with gcc15 (#476189)

This commit is contained in:
Aleksana
2026-01-03 07:26:32 +00:00
committed by GitHub
+2 -2
View File
@@ -529,8 +529,8 @@ let
src = fetchFromGitHub {
owner = "nginx";
repo = "njs";
rev = "0.8.9";
hash = "sha256-TalS9EJP+vB1o3BKaTvXXnudjKhNOcob3kDAyeKej3c=";
tag = "0.9.4";
hash = "sha256-Ee55QKaeZ0mYGKUroKr/AYGoOCakEonU483qkhmZdzU=";
};
# njs module sources have to be writable during nginx build, so we copy them