Merge pull request #276605 from r-ryantm/auto-update/web-ext

web-ext: 7.6.2 -> 7.9.0
This commit is contained in:
Nick Cao
2023-12-25 10:55:21 -05:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "web-ext";
version = "7.6.2";
version = "7.9.0";
src = fetchFromGitHub {
owner = "mozilla";
repo = "web-ext";
rev = version;
hash = "sha256-tFMngcoHFA3QmR0AK68elUVpli37PsVlcL978o7DQCs=";
hash = "sha256-7fBUWQFUsIGQnyNhZISvdtAQMAMZ38mbzGuC+6Cwu1Y=";
};
npmDepsHash = "sha256-KPBKUjCxva11w/E+Qhlx+1vikpCL7Hr9MiKenYHEVSU=";
npmDepsHash = "sha256-3Dq4sNPZm9fDxPxOZL+rDxFA/FEs2/+zdz8sF3JFJ3s=";
npmBuildFlags = [ "--production" ];