Skip to content

Commit

Permalink
zx: 8.1.7 -> 8.1.8 (NixOS#343159)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 20, 2024
2 parents 085afb0 + 0997fa4 commit 1845cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/zx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildNpmPackage rec {
pname = "zx";
version = "8.1.7";
version = "8.1.8";

src = fetchFromGitHub {
owner = "google";
repo = "zx";
rev = version;
hash = "sha256-oQL3EI4yTQOi+BM9ZkTILYulWD13Pof3JC1KVLSJWcA=";
hash = "sha256-d/U37QWC6e41P9GuohpWjP0MNZCzHbxFMBBASpIKpQk=";
};

npmDepsHash = "sha256-colrMoVN5uGVBeCvDfEU9tjjW9qkaiSKHPmTZ83EgCk=";
npmDepsHash = "sha256-2v8pGIB5W2jgjsJPKBjymAv2rzq9judVdYZexohAclo=";

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

0 comments on commit 1845cf7

Please sign in to comment.