mdbook-i18n-helpers: 0.3.6 -> 0.4.0 (#466693)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user