mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
mdbook-i18n-helpers: 0.3.4 -> 0.3.5
This commit is contained in:
parent
fc2fc81498
commit
a301bd028f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user