mdbook-admonish 1.10.2 -> 1.12.1 https://github.com/tommilligan/mdbook-admonish/releases attrpath: mdbook-admonish Checking auto update branch... No auto update branch exists Old version 1.10.2" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, rustPlatform, CoreServices }: rustPlatform.buildRustPackage rec { pname = "mdbook-admonish"; version = "1.11.1"; src = fetchFromGitHub { owner = "tommilligan"; repo = pname; rev = "v${version}"; hash = "sha256-cCtyYcUSmumnO3Vr4/r25++yIgwex1q9ZtgF4rRH4P0="; }; cargoHash = "sha256-JHMHUUkMUIm3aY54LZGg+H2V4UsSPt8SWZTJne/Ju5o="; buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ]; meta = with lib; { description = "A preprocessor for mdbook to add Material Design admonishments"; license = licenses.mit; maintainers = with maintainers; [ jmgilman Frostman ]; homepage = "https://github.com/tommilligan/mdbook-admonish"; }; }