Unverified Commit 9fa8da94 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

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

parents 6ccf9e49 3611a695
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";