google-lighthouse: 12.8.1 -> 12.8.2 (#439636)

authored by Austin Horstman and committed by GitHub 5eb6d197 6b5a23a1

+3 -3
+3 -3
pkgs/by-name/go/google-lighthouse/package.nix
··· 12 12 }: 13 13 stdenv.mkDerivation rec { 14 14 pname = "google-lighthouse"; 15 - version = "12.8.1"; 15 + version = "12.8.2"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "GoogleChrome"; 19 19 repo = "lighthouse"; 20 20 tag = "v${version}"; 21 - hash = "sha256-7I2dtQIWbhkH4l3seDA76bkZWTT+izWASTQXsMb3d+Y="; 21 + hash = "sha256-pluMFOyW352tEWjz28jhI4AZcKDB5jhoWIzTWyLxwGY="; 22 22 }; 23 23 24 24 yarnOfflineCache = fetchYarnDeps { 25 25 yarnLock = "${src}/yarn.lock"; 26 - hash = "sha256-wmzQE9gmjynHfS47fg/yDizf3/JAOfd+xeAh0XRIat8="; 26 + hash = "sha256-yQT2JUsu/3ttJU8zUdtlhzUscepISNUr3wlxKHLaz3I="; 27 27 }; 28 28 29 29 yarnBuildScript = "build-report";