mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
nest-cli: 10.1.17 -> 10.2.1
This commit is contained in:
parent
923abd6420
commit
754e2c806f
@ -8,16 +8,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "nest-cli";
|
pname = "nest-cli";
|
||||||
version = "10.1.17";
|
version = "10.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nestjs";
|
owner = "nestjs";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-03GDrKjlvl3O3kJlbbyDYxtlfwLkZbvxC9gvP534zSY=";
|
hash = "sha256-vnF+ES6RK4iiIJsWUV57DqoLischh+1MlmlK46Z6USY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-nZ9ant2c+15bRBikFcKZW8aiFqI3WC6hktSiBfnma/I=";
|
npmDepsHash = "sha256-9yd+k+HpARM63/esW+av0zfcuAVsp9Lkfp6hmUQO5Yg=";
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
npm_config_build_from_source = true;
|
npm_config_build_from_source = true;
|
||||||
@ -37,6 +37,5 @@ buildNpmPackage rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
mainProgram = "nest";
|
mainProgram = "nest";
|
||||||
maintainers = [ maintainers.ehllie ];
|
maintainers = [ maintainers.ehllie ];
|
||||||
broken = stdenv.isDarwin; # https://github.com/nestjs/nest-cli/pull/2281
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user