mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
mdbook-katex: 0.5.2 -> 0.5.3
This commit is contained in:
parent
53abbd40f8
commit
41b3e5f0ed
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "mdbook-katex";
|
||||
version = "0.5.2";
|
||||
version = "0.5.3";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
hash = "sha256-5Xhc6tG4mi+225a8unfQ5Ualqql8RiKT3HndTY2x0gE=";
|
||||
hash = "sha256-QfimccchYkOfGxYXZQ4iR3tGDfyj3ZhvWCuVteLncpE=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-esQ8MiwWk1yYN5jwPVBEmKsjd4RDRO30N8JjTnsgCMI=";
|
||||
cargoHash = "sha256-bER9N9qkoxmIaM4nZNJe8UarMFb+WeHIjJqL/EH/C/U=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue