Unverified Commit 38de8ea8 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

npm-check-updates: 17.1.15 -> 17.1.16 (#392093)

parents b3decf94 148ce094
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildNpmPackage rec {
  pname = "npm-check-updates";
  version = "17.1.15";
  version = "17.1.16";

  src = fetchFromGitHub {
    owner = "raineorshine";
    repo = "npm-check-updates";
    rev = "refs/tags/v${version}";
    hash = "sha256-NewFg7eKhBMgMrjLQ1/n+CytcOZEaMMr/PNgA57Irw8=";
    hash = "sha256-yNo1W+Twzs3jG9bZzgjDLTxvZYCXY/FhoGtjlh6ZMZo=";
  };

  npmDepsHash = "sha256-qF3p+P+CJvpDhx0ddPnz6A7N9yC9+6uXWQCWFo9k30c=";
  npmDepsHash = "sha256-8jxuKxL7PEGYqK6kwSPnfmoQH4RLmL8sGi989RDBBSI=";

  postPatch = ''
    sed -i '/"prepare"/d' package.json