clj-kondo 2022.12.10 -> 2023.01.12 https://github.com/clj-kondo/clj-kondo/releases attrpath: clj-kondo Checking auto update branch... No auto update branch exists Old version 2022.12.10" not present in master derivation file with contents: { lib, buildGraalvmNativeImage, fetchurl }: buildGraalvmNativeImage rec { pname = "clj-kondo"; version = "2023.01.12"; src = fetchurl { url = "https://github.com/clj-kondo/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar"; sha256 = "sha256-ANxM87lCrUbsc6OYCoyZCPAoQ08z7Vwduloi0PSfZbo="; }; extraNativeImageBuildArgs = [ "-H:+ReportExceptionStackTraces" "--no-fallback" ]; meta = with lib; { description = "A linter for Clojure code that sparks joy"; homepage = "https://github.com/clj-kondo/clj-kondo"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.epl10; changelog = "https://github.com/clj-kondo/clj-kondo/blob/v${version}/CHANGELOG.md"; maintainers = with maintainers; [ jlesquembre bandresen thiagokokada ]; }; }