2022-11-04T00:19:45 clj-kondo 2022.10.14 -> 2022.11.02 https://repology.org/metapackage/clj-kondo/versions 2022-11-04T00:19:47 attrpath: clj-kondo 2022-11-04T00:19:47 Checking auto update branch... 2022-11-04T00:19:47 No auto update branch exists 2022-11-04T00:19:47 Old version 2022.10.14" not present in master derivation file with contents: { lib, buildGraalvmNativeImage, fetchurl }: buildGraalvmNativeImage rec { pname = "clj-kondo"; version = "2022.11.02"; src = fetchurl { url = "https://github.com/clj-kondo/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar"; sha256 = "sha256-FLnij5ff7+tP+SoBnB2zVEpuWRG2MYp9avTrh2q6g4k="; }; 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 ]; }; }