Skip to content

Commit

Permalink
zx: 8.2.0 -> 8.2.1
Browse files Browse the repository at this point in the history
Diff: google/zx@8.2.0...8.2.1
Changelog: https://github.com/google/zx/releases/tag/8.2.1

Temporarily pinning the commit which modifies package.json,
as that affects the version reported by the CLI
(causing `versionCheckHook` to fail).

0f2be5b053b7649fca84c92cd04310b94e297413~ == refs/tags/8.2.1

See:
- google/zx#938
- google/zx#939
  • Loading branch information
jlbribeiro committed Nov 13, 2024
1 parent e3d5090 commit 721f4c5
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.0";
version = "8.2.1";

src = fetchFromGitHub {
owner = "google";
repo = "zx";
rev = version;
hash = "sha256-tu5arRnbIVEVkmLBrutW8rNIHN3joA87AYyO+Smmcug=";
rev = "0f2be5b053b7649fca84c92cd04310b94e297413";
hash = "sha256-4shiST6KMWc89AkAv8A5MQJGDWuwyRwOwKHuAVUcbbg=";
};

npmDepsHash = "sha256-TEVEa0hvSRFp1ju1Ajer4u7mdf4y/N3ged8wuXzyy8A=";
npmDepsHash = "sha256-IYx0g3Fxi4/iuljo8mDlQtTGHhJilDPXYHC2xe6P5fs=";

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

0 comments on commit 721f4c5

Please sign in to comment.