Skip to content

Commit

Permalink
zx: 8.1.6 -> 8.1.7 (NixOS#342616)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 18, 2024
2 parents 9681155 + 3863ea9 commit c61b20f
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.6";
version = "8.1.7";

src = fetchFromGitHub {
owner = "google";
repo = "zx";
rev = version;
hash = "sha256-bjYfeEsKO4hkLfGBVqFTomh0P3dhlvvq+PqEiZHySLs=";
hash = "sha256-oQL3EI4yTQOi+BM9ZkTILYulWD13Pof3JC1KVLSJWcA=";
};

npmDepsHash = "sha256-bAxqxxqhRE3Vw6NtKK5dnM41ypgq7FIpgK0hEpZ53/Q=";
npmDepsHash = "sha256-colrMoVN5uGVBeCvDfEU9tjjW9qkaiSKHPmTZ83EgCk=";

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

0 comments on commit c61b20f

Please sign in to comment.