mdbook-i18n-helpers: 0.2.2 -> 0.2.4

This commit is contained in:
R. Ryantm 2023-10-06 23:46:10 +00:00
parent 0b48455b2d
commit 31f3fa122c

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "mdbook-i18n-helpers"; pname = "mdbook-i18n-helpers";
version = "0.2.2"; version = "0.2.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "mdbook-i18n-helpers"; repo = "mdbook-i18n-helpers";
rev = "refs/tags/${version}"; 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; { meta = with lib; {
description = "Helpers for a mdbook i18n workflow based on Gettext"; description = "Helpers for a mdbook i18n workflow based on Gettext";