Skip to content

Commit

Permalink
zx: 8.2.1 -> 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbribeiro committed Nov 13, 2024
1 parent 3766c3b commit 851ec0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1";
version = "8.2.2";

src = fetchFromGitHub {
owner = "google";
repo = "zx";
rev = "0f2be5b053b7649fca84c92cd04310b94e297413";
hash = "sha256-4shiST6KMWc89AkAv8A5MQJGDWuwyRwOwKHuAVUcbbg=";
rev = version;
hash = "sha256-7VJ29oB5/518KNafdhELekUGCXW8+KunLnOmn1WpGEc=";
};

npmDepsHash = "sha256-IYx0g3Fxi4/iuljo8mDlQtTGHhJilDPXYHC2xe6P5fs=";
npmDepsHash = "sha256-SDHorWbiN4x7m+2GcT15M4d4SU3jpbVU0iILnINv3UE=";

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

0 comments on commit 851ec0d

Please sign in to comment.