semgrep-core 1.15.0 -> 1.23.0 https://github.com/returntocorp/semgrep/releases attrpath: semgrep-core Checking auto update branch... No auto update branch exists Old version 1.15.0" 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; inherit (common.core) src; 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 ]; }; }