Skip to content

Commit

Permalink
pkgs/awesome-lint: 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Jun 8, 2024
1 parent 1dd5abe commit 7011e91
Show file tree
Hide file tree
Showing 2 changed files with 3,170 additions and 5,554 deletions.
6 changes: 3 additions & 3 deletions pkgs/all/awesome-lint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@

buildNpmPackage rec {
pname = "awesome-lint";
version = "1.1.0";
version = "1.2.0";

src = fetchFromGitHub {
owner = "sindresorhus";
repo = "awesome-lint";
rev = "v${version}";
hash = "sha256-yiH2HiW3MQEYkwC5D09Vs43pdUiKl2D3lIhlOdZ6fMY=";
hash = "sha256-W1Dd0MdP9gqYqydUFSWqUzAP1WeS7Qveoqns1D5dwEw=";
};

dontNpmBuild = true;

dontNpmPrune = true;

npmDepsHash = "sha256-CVOOkCID9gLYqyrfV8Vgwper6vW79R3ru12MaTolB4I=";
npmDepsHash = "sha256-c49XOazBUPsplFx+/ZDDW3NtXhBpyxy5FAjInMNldf4=";

postPatch = ''
cp ${./package-lock.json} ./package-lock.json
Expand Down
Loading

0 comments on commit 7011e91

Please sign in to comment.