zx: 8.1.9 -> 8.2.0 (#352947)

This commit is contained in:
Theodore Ni 2024-11-02 17:35:35 -07:00 committed by GitHub
commit 49e00f90d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "zx";
version = "8.1.9";
version = "8.2.0";
src = fetchFromGitHub {
owner = "google";
repo = "zx";
rev = version;
hash = "sha256-vy53g6nG/krK1PsfIKEdok67ghf9Jm2xNMmZpU2N+A0=";
hash = "sha256-tu5arRnbIVEVkmLBrutW8rNIHN3joA87AYyO+Smmcug=";
};
npmDepsHash = "sha256-bKckzwvJNWDYkF1ZBwB9RpzJAVTIoAjoKK8D3V8RHmQ=";
npmDepsHash = "sha256-TEVEa0hvSRFp1ju1Ajer4u7mdf4y/N3ged8wuXzyy8A=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;