Merge pull request #228923 from r-ryantm/auto-update/mdbook-katex

authored by Bernardo Meurer and committed by GitHub e9465b7b fe591def

+3 -3
+3 -3
pkgs/tools/text/mdbook-katex/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "mdbook-katex"; 5 - version = "0.3.15"; 5 + version = "0.4.1"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - hash = "sha256-7PB6aYi8+cgoiN1zVBYWVIJgLlZFN8dGcY970iwPKWE="; 9 + hash = "sha256-QFlYZFPBV7kKeSG2znXsicMMsiULanf1v2oflrtSJvM="; 10 10 }; 11 11 12 - cargoHash = "sha256-JRRSeUGFDFSiaPxqegpQIGW8Q6Gs3GFHUx4+1jscZrU="; 12 + cargoHash = "sha256-E+lLx8q3uaIZP1/QQ+RzJ0jt1sbi8Je3pTfWyk/O4T8="; 13 13 14 14 OPENSSL_DIR = "${lib.getDev openssl}"; 15 15 OPENSSL_LIB_DIR = "${lib.getLib openssl}/lib";