Skip to content

Commit

Permalink
mdbook-graphviz: 0.2.0 -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 8, 2024
1 parent 9c42040 commit 36e7723
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 36e7723

Please sign in to comment.