mdbook-i18n-helpers: 0.3.4 -> 0.3.5

This commit is contained in:
teutat3s 2024-07-29 17:11:43 +02:00
parent fc2fc81498
commit a301bd028f
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -5,17 +5,19 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-i18n-helpers";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "google";
repo = "mdbook-i18n-helpers";
# TODO fix once upstream uses semver for tags again
rev = "refs/tags/mdbook-i18n-helpers-${version}";
hash = "sha256-nIavOBWPyCmCLwPcDbjjG1sa71HObGnhms9sSCAR2iA=";
# Upstream forgot to bump the version in Cargo.lock in 0.3.5
# TODO use git tag again on next release
# https://github.com/google/mdbook-i18n-helpers/pull/216#issuecomment-2255799969
rev = "d80451f48af3f495ad78512865cbe5943928b96c";
hash = "sha256-JMVxSNhMLMfsP+cJkuRUWknZZM7Ji0RjbLqrgjHeg6g=";
};
cargoHash = "sha256-bBUgsZHvJPwsdM3DjhaoAvIkPXQ6gzPOdfcE5rAnMQk=";
cargoHash = "sha256-Fru3Rwsu9siqkgpGcM1ubs49jvhQkEnmH9/+kPbmayM=";
meta = with lib; {
description = "Helpers for a mdbook i18n workflow based on Gettext";