Skip to content

Commit

Permalink
npm-check-updates: 16.14.12 -> 17.1.11 (#346891)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 17, 2025
2 parents 0c32345 + 24929d6 commit 0993fc2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pkgs/by-name/np/npm-check-updates/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@

buildNpmPackage rec {
pname = "npm-check-updates";
version = "16.14.12";
version = "17.1.11";

src = fetchFromGitHub {
owner = "raineorshine";
repo = "npm-check-updates";
rev = "v${version}";
hash = "sha256-3/DaEgPF9+wofYqA1XrJul4/cNGuGeXAeRg0HW0O+Ok=";
rev = "refs/tags/v${version}";
hash = "sha256-l23+Gmv6395QSWdGOVgHH2mvQND02/PQyBvwvEeawCI=";
};

npmDepsHash = "sha256-zUJKuiMycVCuXMh6caMzmi6qpgknVsvmqV3XykhlSBI=";
npmDepsHash = "sha256-/J38+j4f5G54ejfzZIqQ9JL7BCD8UTa5dkwYgIu2Xo0=";

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

makeCacheWritable = true;

meta = {
changelog = "https://github.com/raineorshine/npm-check-updates/blob/${src.rev}/CHANGELOG.md";
Expand Down

0 comments on commit 0993fc2

Please sign in to comment.