Merge pull request #302721 from r-ryantm/auto-update/sitespeed-io

sitespeed-io: 33.4.0 -> 33.5.0
This commit is contained in:
Nick Cao 2024-04-09 09:32:46 -04:00 committed by GitHub
commit a5c6dcc38b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,13 @@
assert (!withFirefox && !withChromium) -> throw "Either `withFirefox` or `withChromium` must be enabled."; assert (!withFirefox && !withChromium) -> throw "Either `withFirefox` or `withChromium` must be enabled.";
buildNpmPackage rec { buildNpmPackage rec {
pname = "sitespeed-io"; pname = "sitespeed-io";
version = "33.4.0"; version = "33.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sitespeedio"; owner = "sitespeedio";
repo = "sitespeed.io"; repo = "sitespeed.io";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Yjp6sbMi4s23CecCYXxnUDQ9dc4SgnUnbBV8kLhv58U="; hash = "sha256-CR2/EBFxwUPAWnOXD1sEV1XirSJy6ojOndRR8Y1Ir24=";
}; };
nodejs = nodejs_18; nodejs = nodejs_18;
@ -46,7 +46,7 @@ buildNpmPackage rec {
dontNpmBuild = true; dontNpmBuild = true;
npmInstallFlags = [ "--omit=dev" ]; npmInstallFlags = [ "--omit=dev" ];
npmDepsHash = "sha256-OT0dKF6dLuAZ5SgMVbrOyirJnpPNL5ygPjwvXqjKF1Q="; npmDepsHash = "sha256-7MB5zc4b0cy0OzAKidcmBeBMor/ZsMfHlRBN/y9QKI4=";
postInstall = '' postInstall = ''
mv $out/bin/sitespeed{.,-}io mv $out/bin/sitespeed{.,-}io