lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #256988 from r-ryantm/auto-update/mdbook-emojicodes

mdbook-emojicodes: 0.2.2 -> 0.3.0

authored by

Nick Cao and committed by
GitHub
eda91825 06fd39ee

+3 -3
+3 -3
pkgs/tools/text/mdbook-emojicodes/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "mdbook-emojicodes"; 10 - version = "0.2.2"; 10 + version = "0.3.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "blyxyas"; 14 14 repo = "mdbook-emojicodes"; 15 15 rev = "${version}"; 16 - hash = "sha256-wj3WVDDJmRh1g4E1iqxqmu6QNNVi9pOqZDnnDX3AnFo="; 16 + hash = "sha256-dlvfY2AMBvTl0j9YaT+u4CeWQGGihFD8AZaAK4/hUWU="; 17 17 }; 18 18 19 - cargoHash = "sha256-Ia7GdMadx1Jb1BB040eRmyIpK98CsN3yjruUxUNh3co="; 19 + cargoHash = "sha256-SkvAtV613+ARk79dB2zRKoLjPgdzoEKQa3JrRw9qBkA="; 20 20 21 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 22 darwin.apple_sdk.frameworks.CoreFoundation