web-ext: 7.6.2 -> 7.9.0
This commit is contained in:
parent
65a62c9f75
commit
106c75f1bb
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "web-ext";
|
pname = "web-ext";
|
||||||
version = "7.6.2";
|
version = "7.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mozilla";
|
owner = "mozilla";
|
||||||
repo = "web-ext";
|
repo = "web-ext";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-tFMngcoHFA3QmR0AK68elUVpli37PsVlcL978o7DQCs=";
|
hash = "sha256-7fBUWQFUsIGQnyNhZISvdtAQMAMZ38mbzGuC+6Cwu1Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-KPBKUjCxva11w/E+Qhlx+1vikpCL7Hr9MiKenYHEVSU=";
|
npmDepsHash = "sha256-3Dq4sNPZm9fDxPxOZL+rDxFA/FEs2/+zdz8sF3JFJ3s=";
|
||||||
|
|
||||||
npmBuildFlags = [ "--production" ];
|
npmBuildFlags = [ "--production" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue