Commit 08c2eb8e authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

nest-cli: 10.4.5 -> 10.4.7

parent 1546e087
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildNpmPackage rec {
  pname = "nest-cli";
  version = "10.4.5";
  version = "10.4.7";

  src = fetchFromGitHub {
    owner = "nestjs";
    repo = pname;
    rev = version;
    hash = "sha256-F/Oi7ra+UE4YKXHZalH5qFk4coaGfHRpWaxamYunRuw=";
    hash = "sha256-DVLmB4WE+8p2i2l2aq7u/YefeEykKd3B7ekaq5vKUjI=";
  };

  npmDepsHash = "sha256-6yh8TKfq3fuq4QcnA4uM49/G0Kp1sccRyTcV5s9dVck=";
  npmDepsHash = "sha256-bgnbf2YyjndJQ4jX08gW6htGPLV+znARuaJBuh8Kwa8=";

  env = {
    npm_config_build_from_source = true;