woodpecker-server: update nodeModuleHash to fix 3.12.0 build (#466896)

This commit is contained in:
Marcus Ramberg
2025-12-01 19:13:06 +00:00
committed by GitHub
@@ -2,7 +2,7 @@
let
version = "3.12.0";
vendorHash = "sha256-TXQ53G+YGIcURZvJtkvGU66dlQx0NxMTeRkrmReCDU8=";
nodeModulesHash = "sha256-34N20FvgBbJAa28u56ZrYrT16J/+8OPuIm1O7EYGVc0=";
nodeModulesHash = "sha256-Mx5Q9Zdv4sJGRDs3dYio7IfktFvauLJqZxGBhOOjdo4=";
in
{
inherit version vendorHash nodeModulesHash;