Commit d42f4d5f authored by Alyssa Ross's avatar Alyssa Ross
Browse files

mdbook-graphviz: update source hash

Tag was force pushed.  Diff looks harmless:

diff --git 1/nix/store/ng7d6w5n1vm09wrvzffv5fb68zvc2vrx-source/Cargo.toml 2/nix/store/alwq97v5w3j7g0prxdj8s0agmic4crly-source/Cargo.toml
index 953121e..b1b81ef 100644
--- 1/nix/store/ng7d6w5n1vm09wrvzffv5fb68zvc2vrx-source/Cargo.toml
+++ 2/nix/store/alwq97v5w3j7g0prxdj8s0agmic4crly-source/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "mdbook-graphviz"
-version = "0.2.0"
+version = "0.2.1"
 authors = ["Dylan Owen <dyltotheo@gmail.com>"]
 description = "mdbook preprocessor to add graphviz support"
 readme = "Readme.md"
parent 9aa6e4e0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -14,8 +14,10 @@ rustPlatform.buildRustPackage rec {
  src = fetchFromGitHub {
    owner = "dylanowen";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-QLgTUQWfGoUV7L+nZKyO7yBYFi8/puikWkmDHQihc50=";
    # Upstream has rewritten tags before:
    # https://github.com/dylanowen/mdbook-graphviz/issues/180
    rev = "6e368ad745934fb9e10f224cfc0dc15d4f6fa114";
    hash = "sha256-f02SOyU5REm+uP4/vB/1yG9M0Vg8ShF2hj5NKuh0jLU=";
  };

  cargoHash = "sha256-cMCNZ8Ezp7bFx4EnuZCXhqoaE0yN3iK9KnCYBYGPHKc=";