mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
textlint: 14.1.0 -> 14.2.0
This commit is contained in:
parent
eb0e6df0cd
commit
5fb859397e
|
@ -28,13 +28,13 @@
|
|||
|
||||
buildNpmPackage rec {
|
||||
pname = "textlint";
|
||||
version = "14.1.0";
|
||||
version = "14.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "textlint";
|
||||
repo = "textlint";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-/pXUqpQ3cRjcwZAfBVpf9K9JsPmxB9iX8p64iE/n/68=";
|
||||
hash = "sha256-KNOloSc66IX8GApI5JJ7z2DxPthOaZ3xpw0rlmAgIXc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -44,7 +44,7 @@ buildNpmPackage rec {
|
|||
./remove-workspaces.patch
|
||||
];
|
||||
|
||||
npmDepsHash = "sha256-FnDKPLhf9OxwRrrBJgejp4X13FGEI317yTgI3tA5cX8=";
|
||||
npmDepsHash = "sha256-/m37+odnYsegls2JamkQsHT39/APynppQiTMtRh3ycE=";
|
||||
|
||||
nativeBuildInputs =
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue