quick-lint-js: 2.11.0 -> 2.12.0

This commit is contained in:
Matthew "strager" Glazar 2023-03-08 16:56:51 -08:00
parent 75c8abce06
commit f004e9779a

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "quick-lint-js";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "quick-lint";
repo = "quick-lint-js";
rev = version;
sha256 = "sha256-hpDVR58Qez+TcAO77GXvjuH7NfBxdRvIi8WsBIuz3nI=";
sha256 = "sha256-OxzemfWYItYb4XWpW2tNUn4yZHUIpS8MJXaP8+3z4YY=";
};
nativeBuildInputs = [ cmake ninja ];