We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f5284 commit 56a71fdCopy full SHA for 56a71fd
nix/mdbook-alerts/default.nix
@@ -8,16 +8,16 @@
8
rustPlatform.buildRustPackage rec {
9
owner = "lambdalisue";
10
pname = "rs-mdbook-alerts";
11
- version = "0.6.10";
+ version = "0.7.0";
12
13
src = fetchFromGitHub {
14
inherit owner;
15
repo = pname;
16
rev = "v${version}";
17
- hash = "sha256-xyjLrqNb/YC2FWQXsCFJgiIDZz4xWACnrUiBuXS2Nio";
+ hash = "sha256-MZS9TESITj3tzdaXYu5S2QUCW7cZuTpH1skFKeVi/sQ";
18
};
19
20
- cargoHash = "sha256-kzp1bpP4yHfu0BakN/O5OxdO/tLs/kWNmnaUopIlBVM";
+ cargoHash = "sha256-Icim4+Gcbh1iQZMI9EqaTV5DBSRx4OE9viNsPjq0jTw=";
21
22
meta = {
23
description = "mdBook preprocessor to add GitHub Flavored Markdown's Alerts to your book";
0 commit comments