deltachat-repl 1.131.9 -> 1.135.1 https://github.com/deltachat/deltachat-core-rust/releases attrpath: deltachat-repl Checking auto update branch... No auto update branch exists Old version 1.131.9" not present in master derivation file with contents: { lib , rustPlatform , libdeltachat , perl , pkg-config }: rustPlatform.buildRustPackage { pname = "deltachat-repl"; inherit (libdeltachat) version src cargoLock buildInputs; nativeBuildInputs = [ perl pkg-config ]; cargoBuildFlags = [ "--package" "deltachat-repl" ]; doCheck = false; meta = libdeltachat.meta // { description = "Delta Chat CLI client"; mainProgram = "deltachat-repl"; }; }