File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
pkgs/by-name/np/npm-check-updates Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 55
66buildNpmPackage 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" ;
You can’t perform that action at this time.
0 commit comments