Merge pull request #255874 from r-ryantm/auto-update/quick-lint-js

quick-lint-js: 2.15.0 -> 2.16.0
This commit is contained in:
Weijia Wang 2023-09-26 11:19:25 +02:00 committed by GitHub
commit 4199042d35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "quick-lint-js";
version = "2.15.0";
version = "2.16.0";
src = fetchFromGitHub {
owner = "quick-lint";
repo = "quick-lint-js";
rev = version;
sha256 = "sha256-jymn3xqFwAKskBivkm9s/pLkPLpX1haQhNuH18xgiYw=";
sha256 = "sha256-IfcX7DLRAsBMXitEgsEOjKtiXnX4bX03Md8/14gv3aY=";
};
nativeBuildInputs = [ cmake ninja ];