Commit f004e977 authored by Matthew "strager" Glazar's avatar Matthew "strager" Glazar
Browse files

quick-lint-js: 2.11.0 -> 2.12.0

parent 75c8abce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];