sitespeed-io: 38.3.0 -> 38.4.1 (#452565)

This commit is contained in:
Fernando Rodrigues
2025-11-06 16:03:34 +00:00
committed by GitHub

View File

@@ -26,13 +26,13 @@ assert
(!withFirefox && !withChromium) -> throw "Either `withFirefox` or `withChromium` must be enabled."; (!withFirefox && !withChromium) -> throw "Either `withFirefox` or `withChromium` must be enabled.";
buildNpmPackage rec { buildNpmPackage rec {
pname = "sitespeed-io"; pname = "sitespeed-io";
version = "38.3.0"; version = "38.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sitespeedio"; owner = "sitespeedio";
repo = "sitespeed.io"; repo = "sitespeed.io";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-45lvEM8vkoXdbZNJamUR94PD0EwtoNEhWSNyV68yzPo="; hash = "sha256-7aqZ63q+17MmUjHwh5Z9yqvwRq/Av+UOswIlSA2V14E=";
}; };
# Don't try to download the browser drivers # Don't try to download the browser drivers
@@ -46,7 +46,7 @@ buildNpmPackage rec {
dontNpmBuild = true; dontNpmBuild = true;
npmInstallFlags = [ "--omit=dev" ]; npmInstallFlags = [ "--omit=dev" ];
npmDepsHash = "sha256-rXGoIIbKNZCBhhuRM/0WcaciH/bLQamipmOIh1EXJlU="; npmDepsHash = "sha256-2v/3Ygy6pAyfoQKcbJphIExcU46xc9c6+yXP2JbX11Y=";
postInstall = '' postInstall = ''
mv $out/bin/sitespeed{.,-}io mv $out/bin/sitespeed{.,-}io