Skip to content

Commit

Permalink
Merge pull request #305617 from r-ryantm/auto-update/sitespeed-io
Browse files Browse the repository at this point in the history
sitespeed-io: 33.5.0 -> 33.6.0
  • Loading branch information
wegank committed Apr 27, 2024
2 parents dfda132 + d157727 commit b1c82c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/sitespeed-io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
assert (!withFirefox && !withChromium) -> throw "Either `withFirefox` or `withChromium` must be enabled.";
buildNpmPackage rec {
pname = "sitespeed-io";
version = "33.5.0";
version = "33.6.0";

src = fetchFromGitHub {
owner = "sitespeedio";
repo = "sitespeed.io";
rev = "v${version}";
hash = "sha256-CR2/EBFxwUPAWnOXD1sEV1XirSJy6ojOndRR8Y1Ir24=";
hash = "sha256-ln4P0mVKv/QppkKJwBQsV1OSvH3OFUsDN/WsOyRDGus=";
};

nodejs = nodejs_18;
Expand All @@ -46,7 +46,7 @@ buildNpmPackage rec {

dontNpmBuild = true;
npmInstallFlags = [ "--omit=dev" ];
npmDepsHash = "sha256-7MB5zc4b0cy0OzAKidcmBeBMor/ZsMfHlRBN/y9QKI4=";
npmDepsHash = "sha256-XdWpoXeDY7eV5F9UezUZBsr3RelajleVNzThTEjzw74=";

postInstall = ''
mv $out/bin/sitespeed{.,-}io
Expand Down

0 comments on commit b1c82c9

Please sign in to comment.