Skip to content

Commit 56a71fd

Browse files
committed
Bump mdbook-alerts
Closes #70 Signed-off-by: Daniel Noland <[email protected]>
1 parent 35f5284 commit 56a71fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/mdbook-alerts/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
rustPlatform.buildRustPackage rec {
99
owner = "lambdalisue";
1010
pname = "rs-mdbook-alerts";
11-
version = "0.6.10";
11+
version = "0.7.0";
1212

1313
src = fetchFromGitHub {
1414
inherit owner;
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-xyjLrqNb/YC2FWQXsCFJgiIDZz4xWACnrUiBuXS2Nio";
17+
hash = "sha256-MZS9TESITj3tzdaXYu5S2QUCW7cZuTpH1skFKeVi/sQ";
1818
};
1919

20-
cargoHash = "sha256-kzp1bpP4yHfu0BakN/O5OxdO/tLs/kWNmnaUopIlBVM";
20+
cargoHash = "sha256-Icim4+Gcbh1iQZMI9EqaTV5DBSRx4OE9viNsPjq0jTw=";
2121

2222
meta = {
2323
description = "mdBook preprocessor to add GitHub Flavored Markdown's Alerts to your book";

0 commit comments

Comments
 (0)