mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #316246 from r-ryantm/auto-update/db-rest
db-rest: 6.0.4 -> 6.0.5
This commit is contained in:
commit
0e901894e8
@ -8,7 +8,7 @@
|
||||
}:
|
||||
buildNpmPackage rec {
|
||||
pname = "db-rest";
|
||||
version = "6.0.4";
|
||||
version = "6.0.5";
|
||||
|
||||
nodejs = nodejs_18;
|
||||
|
||||
@ -16,10 +16,10 @@ buildNpmPackage rec {
|
||||
owner = "derhuerst";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-guiAtPOvU/yqspq+G+mTSIFqBp6Kl0JZBPfjPC+ZM1g=";
|
||||
hash = "sha256-jMHqJ1whGPz2ti7gn8SPz6o7Fm4oMF6hYjB4wsjKAEU=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-lJT344HpHJFN3QO6kVAj1NhRFTwS+EVkR0ePbtIguFo=";
|
||||
npmDepsHash = "sha256-rXBIpar5L6fGpDlphr1PqRNxARSccV7Gi+uTNlCqh7I=";
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs ./build/index.js
|
||||
|
Loading…
Reference in New Issue
Block a user