Merge pull request #259487 from r-ryantm/auto-update/mdbook-i18n-helpers

mdbook-i18n-helpers: 0.2.2 -> 0.2.4
This commit is contained in:
Mario Rodas 2023-10-07 19:42:33 -05:00 committed by GitHub
commit 3f1664962e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-i18n-helpers";
version = "0.2.2";
version = "0.2.4";
src = fetchFromGitHub {
owner = "google";
repo = "mdbook-i18n-helpers";
rev = "refs/tags/${version}";
hash = "sha256-ea/z5+QAvQVacP2Yxz9hGh8REjsNbp/rfkDV0f9KyPg=";
hash = "sha256-TxSALv/uqRFdv4JZ8BCiAlirMcizGRkw0YxMCBVkgo4=";
};
cargoHash = "sha256-4Bf6R8sVwJCFiF+j+WePxWy43KuArIuMCzXKc58+TAw=";
cargoHash = "sha256-BhaSK2A/z05a75dEx8c4RHKau1HRJabOcQ6/eLvcdio=";
meta = with lib; {
description = "Helpers for a mdbook i18n workflow based on Gettext";