mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
npm-check-updates: 17.1.18 -> 18.0.1 (#402489)
This commit is contained in:
commit
95f72c9da7
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "npm-check-updates";
|
pname = "npm-check-updates";
|
||||||
version = "17.1.18";
|
version = "18.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raineorshine";
|
owner = "raineorshine";
|
||||||
repo = "npm-check-updates";
|
repo = "npm-check-updates";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-0aSVYWksOpUL2i0T5Y0CeLU0Nv4tH+0nGSY57LZRNkg=";
|
hash = "sha256-JVwjjGs1BCQnL9q4zwnQ56JRWL5CZ9cf4FyK2jpfKKE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-/kDeGiUb/zQ7LQU6Lg0YhvdFRccbezJmsEx+A5WEw8w=";
|
npmDepsHash = "sha256-75YPV96eKIhNVIT10ZYTJOVzJEFk98a2e4XUIoiYRd4=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i '/"prepare"/d' package.json
|
sed -i '/"prepare"/d' package.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue