Merge pull request #285015 from NyCodeGHG/update/db-rest

db-rest: 6.0.3 -> 6.0.4

authored by Nick Cao and committed by GitHub d8ce85a0 63502497

+3 -12
+3 -12
pkgs/servers/db-rest/default.nix
··· 7 7 }: 8 8 buildNpmPackage rec { 9 9 pname = "db-rest"; 10 - version = "6.0.3"; 10 + version = "6.0.4"; 11 11 12 12 nodejs = nodejs_18; 13 13 ··· 15 15 owner = "derhuerst"; 16 16 repo = pname; 17 17 rev = version; 18 - hash = "sha256-kHT8/8ivqcP6YRBvkZ4jpJ/xBMM1PddLgV1Z/MFmSTM="; 18 + hash = "sha256-guiAtPOvU/yqspq+G+mTSIFqBp6Kl0JZBPfjPC+ZM1g="; 19 19 }; 20 20 21 - patches = [ 22 - # add files and bin property to package.json 23 - # keep until https://github.com/derhuerst/db-rest/pull/37 is merged and released 24 - (fetchpatch { 25 - url = "https://github.com/derhuerst/db-rest/commit/7d2c8bebdd5e8152b181748e3c36683ecf9e71c9.patch"; 26 - hash = "sha256-KyNcvSJLQrX8BO/4814wefeeC+s0pvM2ng44q6diU24="; 27 - }) 28 - ]; 29 - 30 - npmDepsHash = "sha256-d/Qs194TU4ooy6GsBsZhrf5H1iPCUnlieBgtuqfAtkQ="; 21 + npmDepsHash = "sha256-lJT344HpHJFN3QO6kVAj1NhRFTwS+EVkR0ePbtIguFo="; 31 22 32 23 preConfigure = '' 33 24 patchShebangs ./build/index.js