web-ext: 8.7.0 -> 8.7.1

This commit is contained in:
R. Ryantm 2025-06-02 02:50:26 +00:00
parent f9969bf7f6
commit d9cd6cae2a

View file

@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "web-ext";
version = "8.7.0";
version = "8.7.1";
src = fetchFromGitHub {
owner = "mozilla";
repo = "web-ext";
rev = version;
hash = "sha256-k/S9YBU7D7FoXLK9aufBQfD4ZjCdlhGeDBnvfOk5H6Y=";
hash = "sha256-B0wlGOg4ZfFRBVrHdERHMv3BPKfLX28YYtdyDphQTcE=";
};
npmDepsHash = "sha256-sykNWATICiPz3naZyzl6+b0g0v0D1AsfGYT5bahTlBI=";
npmDepsHash = "sha256-J7uDivhLjdMVQyuejcrCL7m7EsAs/DeeKD7r1Cv81qQ=";
npmBuildFlags = [ "--production" ];