sitespeed-io: 27.3.1 -> 33.0.0

warning: there a many releases between 27.3.1 and 33.0.0 I won't
individually link to here. The changelog further down below, however,
lists all of them.

https://github.com/sitespeedio/sitespeed.io/releases/tag/v33.0.0i

changelog: https://github.com/sitespeedio/sitespeed.io/blob/v33.0.0/CHANGELOG.md

diff: https://github.com/sitespeedio/sitespeed.io/compare/v27.3.1...v33.0.0
This commit is contained in:
emilylange 2024-02-15 01:39:21 +01:00
parent 82f3ee85d5
commit f36635be5f
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -24,13 +24,13 @@
assert (!withFirefox && !withChromium) -> throw "Either `withFirefox` or `withChromium` must be enabled.";
buildNpmPackage rec {
pname = "sitespeed-io";
version = "27.3.1";
version = "33.0.0";
src = fetchFromGitHub {
owner = "sitespeedio";
repo = "sitespeed.io";
rev = "v${version}";
hash = "sha256-Z4U4ZIw5Du/VSHIsGKdgu7wRv/6XVh/nMFDs8aYwkOQ=";
hash = "sha256-UmviwcxL67fn8B4ruJH9yKdcYVqmxqKSImQszKhDHZ0=";
};
nodejs = nodejs_18;
@ -46,7 +46,7 @@ buildNpmPackage rec {
dontNpmBuild = true;
npmInstallFlags = [ "--omit=dev" ];
npmDepsHash = "sha256-RfZlXE8hnAJKiiWdOGFsAFGcxwgnLNvLrXeIinABFb0=";
npmDepsHash = "sha256-FggwOnuQ+azgdLxfc6EUAsbl0+il6/2+p1t7MCrTNgE=";
postInstall = ''
mv $out/bin/sitespeed{.,-}io