Skip to content

Commit 0993fc2

Browse files
authored
npm-check-updates: 16.14.12 -> 17.1.11 (NixOS#346891)
2 parents 0c32345 + 24929d6 commit 0993fc2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

pkgs/by-name/np/npm-check-updates/package.nix

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,22 @@
55

66
buildNpmPackage rec {
77
pname = "npm-check-updates";
8-
version = "16.14.12";
8+
version = "17.1.11";
99

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

17-
npmDepsHash = "sha256-zUJKuiMycVCuXMh6caMzmi6qpgknVsvmqV3XykhlSBI=";
17+
npmDepsHash = "sha256-/J38+j4f5G54ejfzZIqQ9JL7BCD8UTa5dkwYgIu2Xo0=";
18+
19+
postPatch = ''
20+
sed -i '/"prepare"/d' package.json
21+
'';
22+
23+
makeCacheWritable = true;
1824

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

0 commit comments

Comments
 (0)