npm-check-updates: 19.1.0 -> 19.3.1

This commit is contained in:
nicknb
2026-01-16 10:34:13 +01:00
parent 6c3f4b0f21
commit 78398c0000
@@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "npm-check-updates";
version = "19.1.0";
version = "19.3.1";
src = fetchFromGitHub {
owner = "raineorshine";
repo = "npm-check-updates";
tag = "v${version}";
hash = "sha256-I9X98vqQgLgWt7q9Tr+0b+IlpTsPZDBQd+PVZlgpzyE=";
hash = "sha256-VcZB4NIFvGgTL55AbIpaWwrYNEtVJPgKobPbtL/B28s=";
};
npmDepsHash = "sha256-cb8EgKRBKK3h+aP7MChwNoM5zMd5Ok/bjlx5bONDhdE=";
npmDepsHash = "sha256-u1B+tD6ciObPwgsdhDHR200/vMeDLi7qLCwTd5Auksg=";
postPatch = ''
sed -i '/"prepare"/d' package.json