summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-08 23:43:48 +0900
committerGitHub <noreply@github.com>2023-11-08 23:43:48 +0900
commit8ee65b173af7bdf64a4212a7d3327236cc2ab4c4 (patch)
tree47bce716901079ad478dc9b9b6cc56a93e843046 /pkgs/development/tools
parentd9cc44b51e9b333fd67e2c77eda010cc6c9552cc (diff)
parent754e2c806ff69e7fc5e155c45c5d887c74860000 (diff)
Merge pull request #266227 from ehllie/nest-cli
nest-cli: 10.1.17 -> 10.2.1
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/nest-cli/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/tools/nest-cli/default.nix b/pkgs/development/tools/nest-cli/default.nix
index 9fdb579b54262..7fa9595e18286 100644
--- a/pkgs/development/tools/nest-cli/default.nix
+++ b/pkgs/development/tools/nest-cli/default.nix
@@ -8,16 +8,16 @@
 
 buildNpmPackage rec {
   pname = "nest-cli";
-  version = "10.1.17";
+  version = "10.2.1";
 
   src = fetchFromGitHub {
     owner = "nestjs";
     repo = pname;
     rev = version;
-    hash = "sha256-03GDrKjlvl3O3kJlbbyDYxtlfwLkZbvxC9gvP534zSY=";
+    hash = "sha256-vnF+ES6RK4iiIJsWUV57DqoLischh+1MlmlK46Z6USY=";
   };
 
-  npmDepsHash = "sha256-nZ9ant2c+15bRBikFcKZW8aiFqI3WC6hktSiBfnma/I=";
+  npmDepsHash = "sha256-9yd+k+HpARM63/esW+av0zfcuAVsp9Lkfp6hmUQO5Yg=";
 
   env = {
     npm_config_build_from_source = true;
@@ -37,6 +37,5 @@ buildNpmPackage rec {
     license = licenses.mit;
     mainProgram = "nest";
     maintainers = [ maintainers.ehllie ];
-    broken = stdenv.isDarwin; # https://github.com/nestjs/nest-cli/pull/2281
   };
 }