mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
web-ext: 8.7.0 -> 8.7.1 (#413107)
This commit is contained in:
commit
41f408c812
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "web-ext";
|
pname = "web-ext";
|
||||||
version = "8.7.0";
|
version = "8.7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mozilla";
|
owner = "mozilla";
|
||||||
repo = "web-ext";
|
repo = "web-ext";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-k/S9YBU7D7FoXLK9aufBQfD4ZjCdlhGeDBnvfOk5H6Y=";
|
hash = "sha256-B0wlGOg4ZfFRBVrHdERHMv3BPKfLX28YYtdyDphQTcE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-sykNWATICiPz3naZyzl6+b0g0v0D1AsfGYT5bahTlBI=";
|
npmDepsHash = "sha256-J7uDivhLjdMVQyuejcrCL7m7EsAs/DeeKD7r1Cv81qQ=";
|
||||||
|
|
||||||
npmBuildFlags = [ "--production" ];
|
npmBuildFlags = [ "--production" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue