google-lighthouse: 12.7.0 -> 12.8.1 (#430320)

authored by Peder Bergebakken Sundt and committed by GitHub 821ea897 07300f7c

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