Merge pull request #263484 from strager/qljs-2.17.0

quick-lint-js: 2.16.0 -> 2.17.0
This commit is contained in:
Mario Rodas 2023-10-27 09:09:01 -05:00 committed by GitHub
commit 61198704b7
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.16.0";
version = "2.17.0";
src = fetchFromGitHub {
owner = "quick-lint";
repo = "quick-lint-js";
rev = version;
sha256 = "sha256-IfcX7DLRAsBMXitEgsEOjKtiXnX4bX03Md8/14gv3aY=";
sha256 = "sha256-5+Cyw1cLgBkTePNNFoNAF2oHnLQDHr4vHiaZHJrewug=";
};
nativeBuildInputs = [ cmake ninja ];