nest-cli: 11.0.8 -> 11.0.10
This commit is contained in:
parent
9702256238
commit
a07a5df795
@ -7,16 +7,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "nest-cli";
|
pname = "nest-cli";
|
||||||
version = "11.0.8";
|
version = "11.0.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nestjs";
|
owner = "nestjs";
|
||||||
repo = "nest-cli";
|
repo = "nest-cli";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-vqu5eUtr8oO2HgQhXIHel92qHhHJSqyAJmI2+Oc5VoY=";
|
hash = "sha256-mNnEbZv6LG5YDYZj7kAiPcg2Se9wJidON+9Tp/TIpd4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-QLJBqVHEvOhRRGU9x/5hCvRSi0xKYMDXeqMi6yWNHbU=";
|
npmDepsHash = "sha256-dEg0WmNNNLMQj+9bHkwf0uz9Vyx+QFSHrQv7fk1DxjQ=";
|
||||||
npmFlags = [ "--legacy-peer-deps" ];
|
npmFlags = [ "--legacy-peer-deps" ];
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user