mdbook-i18n-helpers: 0.3.6 -> 0.4.0 (#466693)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-01 08:41:04 +00:00
committed by GitHub
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-i18n-helpers";
version = "0.3.6";
version = "0.4.0";
src = fetchFromGitHub {
owner = "google";
repo = "mdbook-i18n-helpers";
# TODO fix once upstream uses semver for tags again
tag = "mdbook-i18n-helpers-${version}";
hash = "sha256-9sJ9FK85UzY3ggh3h1fipbh0LraTvQJ0ZfhSGcahiDM=";
hash = "sha256-q1Bpj0R4AkGbmAkCKtmF8X/LCxxeDJp+719xKZld6rs=";
};
cargoHash = "sha256-ZinW9UFp03LXtk+9vuSNojVZtaA7uBlrpdapY48nZdY=";
cargoHash = "sha256-zxh4Wa8JngQfUYQsxEpdb+cO3zqNpt2TkesGVxqDnjs=";
meta = {
description = "Helpers for a mdbook i18n workflow based on Gettext";