2022-12-10T00:38:29 clj-kondo 2022.11.02 -> 2022.12.08 https://github.com/clj-kondo/clj-kondo/releases 2022-12-10T00:38:31 attrpath: clj-kondo 2022-12-10T00:38:32 Checking auto update branch... 2022-12-10T00:38:32 No auto update branch exists 2022-12-10T00:38:32 Old version 2022.11.02" not present in master derivation file with contents: { lib, buildGraalvmNativeImage, fetchurl }: buildGraalvmNativeImage rec { pname = "clj-kondo"; version = "2022.12.08"; src = fetchurl { url = "https://github.com/clj-kondo/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar"; sha256 = "sha256-9BFu9vD+DrMW/25do5jWhBU1Dog7XaiWhBxFIBgR6io="; }; 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 ]; }; }