sitespeed-io: 33.5.0 -> 33.6.0
This commit is contained in:
parent
65d8de75bd
commit
d1577279d9
1 changed files with 3 additions and 3 deletions
|
@ -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.5.0";
|
version = "33.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sitespeedio";
|
owner = "sitespeedio";
|
||||||
repo = "sitespeed.io";
|
repo = "sitespeed.io";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-CR2/EBFxwUPAWnOXD1sEV1XirSJy6ojOndRR8Y1Ir24=";
|
hash = "sha256-ln4P0mVKv/QppkKJwBQsV1OSvH3OFUsDN/WsOyRDGus=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nodejs = nodejs_18;
|
nodejs = nodejs_18;
|
||||||
|
@ -46,7 +46,7 @@ buildNpmPackage rec {
|
||||||
|
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
npmInstallFlags = [ "--omit=dev" ];
|
npmInstallFlags = [ "--omit=dev" ];
|
||||||
npmDepsHash = "sha256-7MB5zc4b0cy0OzAKidcmBeBMor/ZsMfHlRBN/y9QKI4=";
|
npmDepsHash = "sha256-XdWpoXeDY7eV5F9UezUZBsr3RelajleVNzThTEjzw74=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/bin/sitespeed{.,-}io
|
mv $out/bin/sitespeed{.,-}io
|
||||||
|
|
Loading…
Reference in a new issue