Unverified Commit f36635be authored by emilylange's avatar emilylange
Browse files

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
parent 82f3ee85
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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