Skip to content

Commit 91f79bf

Browse files
authored
mdbook-admonish: 1.18.0 -> 1.19.0 (#383118)
2 parents fa50f6e + 1c13492 commit 91f79bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "mdbook-admonish";
9-
version = "1.18.0";
9+
version = "1.19.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "tommilligan";
1313
repo = pname;
1414
tag = "v${version}";
15-
hash = "sha256-GNQIOjgHCt3XPCzF0RjV9YStI8psLdHhTPuTkdgx8vA=";
15+
hash = "sha256-rlJowyyB83bNqzOavggbwVJg9/GYZLYjGr8Pv/O6UBE=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-GbXLlWHbLL7HbyuX223S/o1/+LwbK8FjL7lnEgVVn00=";
19+
cargoHash = "sha256-ilX/Tky3eQB0Aumz+gRRyaVz/MAM/qiNrGulZSPGUg0=";
2020

2121
meta = {
2222
description = "Preprocessor for mdbook to add Material Design admonishments";

0 commit comments

Comments
 (0)