Skip to content

Commit

Permalink
zx: 7.2.3 -> 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbribeiro committed May 4, 2024
1 parent 9a16693 commit cfbed7a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions pkgs/tools/system/zx/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
{
lib,
buildNpmPackage,
fetchFromGitHub,
esbuild,
}:

buildNpmPackage rec {
pname = "zx";
version = "7.2.3";
version = "8.0.2";

src = fetchFromGitHub {
owner = "google";
repo = "zx";
rev = version;
hash = "sha256-YMfecNazmL8J+f80FdIRvr2upQ7VgXSkQQnm8z0Swhw=";
hash = "sha256-ubf9D8teROF+Hn0EVlpJI4U8QCdhs1fZSDfzF9zrppE=";
};

npmDepsHash = "sha256-ywNd2LGjM35ecW4dnj0oNwdSX2CRy8i9OGKPIdI0UEQ=";
npmDepsHash = "sha256-nE+Fo6uQnFsAJmqW/gDS/kr2llhxMgTVHZUomK5CS/s=";

ESBUILD_BINARY_PATH = "${lib.getExe esbuild}";

meta = {
description = "Tool for writing scripts using JavaScript";
Expand Down

0 comments on commit cfbed7a

Please sign in to comment.