Skip to content

Commit

Permalink
zx: 8.2.0 -> 8.2.2 (#354884)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange authored Nov 13, 2024
2 parents 8203f32 + 851ec0d commit 27d7247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/zx/zx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildNpmPackage rec {
pname = "zx";
version = "8.2.0";
version = "8.2.2";

src = fetchFromGitHub {
owner = "google";
repo = "zx";
rev = version;
hash = "sha256-tu5arRnbIVEVkmLBrutW8rNIHN3joA87AYyO+Smmcug=";
hash = "sha256-7VJ29oB5/518KNafdhELekUGCXW8+KunLnOmn1WpGEc=";
};

npmDepsHash = "sha256-TEVEa0hvSRFp1ju1Ajer4u7mdf4y/N3ged8wuXzyy8A=";
npmDepsHash = "sha256-SDHorWbiN4x7m+2GcT15M4d4SU3jpbVU0iILnINv3UE=";

nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
Expand Down

0 comments on commit 27d7247

Please sign in to comment.