Merge pull request #313033 from r-ryantm/auto-update/mdbook-admonish

mdbook-admonish: 1.15.0 -> 1.16.0
This commit is contained in:
Matthias Beyer 2024-05-20 08:58:01 +02:00 committed by GitHub
commit 6263b9f643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-admonish";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "tommilligan";
repo = pname;
rev = "v${version}";
hash = "sha256-31lYwvlpjeg0ZysusMY/PClEPB1tgroE9EvL4yX+2s0=";
hash = "sha256-/P9cHxeo2HZ11ErdAULlZt1VwmVqs4hoC8inXQiGLj4=";
};
cargoHash = "sha256-Cqxgwf121waOsXUGqQJ+GgUqVWK+5kYUl8SL8MtuExs=";
cargoHash = "sha256-d/jbokKsnuaJfKHQhtXVoD/JoNdhlZpnwRkgOw15p+Y=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];