Unverified Commit 27d7247c authored by Emily's avatar Emily Committed by GitHub
Browse files

zx: 8.2.0 -> 8.2.2 (#354884)

parents 8203f322 851ec0dc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;