Loading pkgs/development/tools/nest-cli/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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 }; } Loading
pkgs/development/tools/nest-cli/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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 }; }