summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew "strager" Glazar <strager.nds@gmail.com>2022-09-05 18:56:14 -0700
committerMatthew "strager" Glazar <strager.nds@gmail.com>2022-09-05 18:56:27 -0700
commit1ad9e312b4dc8374c92c18ab89e4b1e13ad9e501 (patch)
treeedbe1b888345b823bba5343152e4af035c545d4c
parentcabd3cb4d3758ef5b3bec5bf3b27a26523c67672 (diff)
downloadnixpkgs-1ad9e312b4dc8374c92c18ab89e4b1e13ad9e501.tar
nixpkgs-1ad9e312b4dc8374c92c18ab89e4b1e13ad9e501.tar.gz
nixpkgs-1ad9e312b4dc8374c92c18ab89e4b1e13ad9e501.tar.bz2
nixpkgs-1ad9e312b4dc8374c92c18ab89e4b1e13ad9e501.tar.lz
nixpkgs-1ad9e312b4dc8374c92c18ab89e4b1e13ad9e501.tar.xz
nixpkgs-1ad9e312b4dc8374c92c18ab89e4b1e13ad9e501.tar.zst
nixpkgs-1ad9e312b4dc8374c92c18ab89e4b1e13ad9e501.zip
quick-lint-js: 2.6.0 -> 2.9.0
-rw-r--r--pkgs/development/tools/quick-lint-js/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/quick-lint-js/default.nix b/pkgs/development/tools/quick-lint-js/default.nix
index 9425a04bbcb..4a265ed89e5 100644
--- a/pkgs/development/tools/quick-lint-js/default.nix
+++ b/pkgs/development/tools/quick-lint-js/default.nix
@@ -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 ];