Skip to content

Commit f08bd3b

Browse files
authored
mdbook-footnote: 0.1.1 -> 0.2.0 (#466698)
2 parents ef548d1 + 550488c commit f08bd3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/md/mdbook-footnote/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
rustPlatform.buildRustPackage rec {
77
pname = "mdbook-footnote";
8-
version = "0.1.1";
8+
version = "0.2.0";
99

1010
src = fetchFromGitHub {
1111
owner = "daviddrysdale";
1212
repo = "mdbook-footnote";
1313
tag = "v${version}";
14-
hash = "sha256-WUMgm1hwsU9BeheLfb8Di0AfvVQ6j92kXxH2SyG3ses=";
14+
hash = "sha256-YFMo+gufUEvHRnA9I98fGRXHcQjSTHY7DSRo90wcSHk=";
1515
};
1616

17-
cargoHash = "sha256-3tuejWMZlEAOgnBKEqZP2a72a8QP1yamfE/g2BJDEbg=";
17+
cargoHash = "sha256-Gr/6Et+TlVBlDf++1z3YgzqRfIolHc5qT9BwtIkjnM4=";
1818

1919
meta = {
2020
description = "Preprocessor for mdbook to support the inclusion of automatically numbered footnotes";

0 commit comments

Comments
 (0)