google-lighthouse: 12.8.1 -> 12.8.2

This commit is contained in:
Marco Köpcke
2025-09-02 18:49:37 +02:00
parent a92a22ab25
commit 6f3c92d457

View File

@@ -12,18 +12,18 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "google-lighthouse"; pname = "google-lighthouse";
version = "12.8.1"; version = "12.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GoogleChrome"; owner = "GoogleChrome";
repo = "lighthouse"; repo = "lighthouse";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-7I2dtQIWbhkH4l3seDA76bkZWTT+izWASTQXsMb3d+Y="; hash = "sha256-pluMFOyW352tEWjz28jhI4AZcKDB5jhoWIzTWyLxwGY=";
}; };
yarnOfflineCache = fetchYarnDeps { yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock"; yarnLock = "${src}/yarn.lock";
hash = "sha256-wmzQE9gmjynHfS47fg/yDizf3/JAOfd+xeAh0XRIat8="; hash = "sha256-yQT2JUsu/3ttJU8zUdtlhzUscepISNUr3wlxKHLaz3I=";
}; };
yarnBuildScript = "build-report"; yarnBuildScript = "build-report";