Merge pull request #272524 from martinjlowm/chore/bump-napi-cli
napi-rs-cli: 2.12.0 -> 2.17.0
This commit is contained in:
commit
87d42310b6
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "napi-rs-cli";
|
||||
version = "2.12.0";
|
||||
version = "2.17.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/@napi-rs/cli/-/cli-${version}.tgz";
|
||||
hash = "sha256-TGhPPv73tb3tr1cY9mUuN4FaVql5tGh436uJeTkbnJs=";
|
||||
hash = "sha256-DeqH3pEtGZoKEBz5G0RfDO9LWHGMKL2OiWS1uWk4v44=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue