Skip to content

Commit

Permalink
Merge pull request #189943 from strager/qljs-2.9.0
Browse files Browse the repository at this point in the history
quick-lint-js: 2.6.0 -> 2.9.0
  • Loading branch information
bobby285271 committed Sep 18, 2022
2 parents 04ab3d3 + 1ad9e31 commit 155a919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/quick-lint-js/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "quick-lint-js";
version = "2.6.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "quick-lint";
repo = "quick-lint-js";
rev = version;
sha256 = "sha256-ZZxLiZ7ptaUAUXa2HA5ICEP5Ym6221Ehfd6ufj78kXM=";
sha256 = "sha256-hWwEaUf+TntRfxI3HjJV+hJ+dV6TRncxSCbaxE1sIjs=";
};

nativeBuildInputs = [ cmake ninja ];
Expand Down

0 comments on commit 155a919

Please sign in to comment.