pkgs/unmap: move into folder
This commit is contained in:
parent
67ef1be9bd
commit
8ab44e466d
3 changed files with 1 additions and 1 deletions
|
@ -1,22 +0,0 @@
|
|||
{ lib
|
||||
, buildNpmPackage
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "unmap";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chbrown";
|
||||
repo = "unmap";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Q/20Y3AmAW6yc98ZuUkbHz2F2pH5qxi7fHffilp2Qxw=";
|
||||
};
|
||||
|
||||
dontNpmBuild = true;
|
||||
|
||||
patches = [ ./unmap-add-package-lock.patch ];
|
||||
|
||||
npmDepsHash = "sha256-kZsd+57JMLu4syAD85F5ihapRGy8YekLhtpwRqk+Izs=";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue