Skip to content

Commit

Permalink
Merge pull request #333239 from r-ryantm/auto-update/mdbook-graphviz
Browse files Browse the repository at this point in the history
mdbook-graphviz: 0.2.0 -> 0.2.1
  • Loading branch information
matthiasbeyer authored Aug 8, 2024
2 parents a22545c + 36e7723 commit c1b7398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/mdbook-graphviz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "mdbook-graphviz";
version = "0.2.0";
version = "0.2.1";

src = fetchFromGitHub {
owner = "dylanowen";
repo = pname;
rev = "v${version}";
hash = "sha256-myASia/nkZmAf00lZ357Sh3YV73pCBrZAIRhSzFkZa0=";
hash = "sha256-QLgTUQWfGoUV7L+nZKyO7yBYFi8/puikWkmDHQihc50=";
};

cargoHash = "sha256-UB/l+rcVHkrHv/fybDy/UjrJbVksWgt9JRQC118/kGM=";
cargoHash = "sha256-cMCNZ8Ezp7bFx4EnuZCXhqoaE0yN3iK9KnCYBYGPHKc=";

buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];

Expand Down

0 comments on commit c1b7398

Please sign in to comment.