google-lighthouse: 12.8.1 -> 12.8.2
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user