mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
[Backport release-24.11] db-rest: 6.0.6 -> 6.1.0 (#393665)
This commit is contained in:
commit
47ea4324f2
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
}:
|
||||
buildNpmPackage rec {
|
||||
pname = "db-rest";
|
||||
version = "6.0.6";
|
||||
version = "6.1.0";
|
||||
|
||||
nodejs = nodejs_18;
|
||||
|
||||
|
@ -16,10 +16,10 @@ buildNpmPackage rec {
|
|||
owner = "derhuerst";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-Rwy36hi5p/EDLBbfi1M0DEKD+2/eiJsqo0r2Et/3Oa4=";
|
||||
hash = "sha256-1iJ26l6C6GevNkoDVMztPHiH3YsutJa3xWAsfYvgR9U=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-Drwmnu23PvrT/cw42hl+mu/S/Dn5nzybWGCDCUF7+R8=";
|
||||
npmDepsHash = "sha256-ELVVsysNjkXuX4i6i5P3irn6twVDu6YiPYqy2hbIlIs=";
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs ./build/index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue