Merge pull request #302989 from r-ryantm/auto-update/mdbook-graphviz

mdbook-graphviz: 0.1.6 -> 0.1.7
This commit is contained in:
Nick Cao 2024-04-10 10:08:59 -04:00 committed by GitHub
commit fd631efe02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-graphviz";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "dylanowen";
repo = pname;
rev = "v${version}";
hash = "sha256-WkjkQll5oETVADYpA8/CIZOJCBnfenGSy49sZ5nAQ+c=";
hash = "sha256-FuAjuU4IXXuas+ubSuTMrZiYTGcZCuLTCSTJXtY2nlw=";
};
cargoHash = "sha256-whBTPQGozPPTSdXuRx5wamc1yy/EC3wNShQGhRqdY9Y=";
cargoHash = "sha256-d4s9wmjqMHjev1Y4nAobFnCc5NTdklXcs7XTRXFMEjU=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];