2022-12-11T04:23:54 semgrep-core 0.112.1 -> 1.1.0 https://github.com/returntocorp/semgrep/releases 2022-12-11T04:23:57 attrpath: semgrep-core 2022-12-11T04:23:57 Checking auto update branch... 2022-12-11T04:23:57 No auto update branch exists 2022-12-11T04:23:57 Old version 0.112.1" not present in master derivation file with contents: { lib, stdenvNoCC, callPackage }: let common = callPackage ./common.nix { }; in stdenvNoCC.mkDerivation rec { pname = "semgrep-core"; inherit (common) version; src = common.coreRelease; installPhase = '' runHook preInstall install -Dm 755 -t $out/bin semgrep-core runHook postInstall ''; meta = common.meta // { description = common.meta.description + " - core binary"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; }; }