clj-kondo 2023.01.16 -> 2023.01.20 https://github.com/clj-kondo/clj-kondo/releases attrpath: clj-kondo Checking auto update branch... No auto update branch exists Old version 2023.01.16" not present in master derivation file with contents: { lib, buildGraalvmNativeImage, fetchurl }: buildGraalvmNativeImage rec { pname = "clj-kondo"; version = "2023.01.20"; src = fetchurl { url = "https://github.com/clj-kondo/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar"; sha256 = "sha256-QS4/kGR3QqwUk0U68AdKvip9YJndltx7YBo9IhZ9syY="; }; 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 ]; }; }