Merge pull request #287106 from r-ryantm/auto-update/nest-cli

nest-cli: 10.2.1 -> 10.3.2
This commit is contained in:
Mario Rodas 2024-02-27 08:57:02 -05:00 committed by GitHub
commit 6a28b583bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "nest-cli";
version = "10.2.1";
version = "10.3.2";
src = fetchFromGitHub {
owner = "nestjs";
repo = pname;
rev = version;
hash = "sha256-vnF+ES6RK4iiIJsWUV57DqoLischh+1MlmlK46Z6USY=";
hash = "sha256-FSI87oeHiNqL8FhGavPtqurOr/1Y5iGawSwhBhLB2Ls=";
};
npmDepsHash = "sha256-9yd+k+HpARM63/esW+av0zfcuAVsp9Lkfp6hmUQO5Yg=";
npmDepsHash = "sha256-RqotLpMISfB2xE9zng0TkapJ0y1fuVWP/0nY2VcMVRU=";
env = {
npm_config_build_from_source = true;