npm-check-updates: 19.0.0 -> 19.1.0
This commit is contained in:
@@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "npm-check-updates";
|
pname = "npm-check-updates";
|
||||||
version = "19.0.0";
|
version = "19.1.0";
|
||||||
|
|
||||||
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-C3W3Yt28MpKEW7a8BXD2e/dzJhR9WHPrqPDo3ohTYpU=";
|
hash = "sha256-I9X98vqQgLgWt7q9Tr+0b+IlpTsPZDBQd+PVZlgpzyE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-dpVPfBbazloSg0WVlgyGfMjOxLhALUyQDOBqM0Z915o=";
|
npmDepsHash = "sha256-cb8EgKRBKK3h+aP7MChwNoM5zMd5Ok/bjlx5bONDhdE=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i '/"prepare"/d' package.json
|
sed -i '/"prepare"/d' package.json
|
||||||
|
|||||||
Reference in New Issue
Block a user