Unverified Commit 28c7df60 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

tex-fmt: 0.5.2 -> 0.5.4 (#405688)

parents 1ba9b468 7c1682d7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@

rustPlatform.buildRustPackage rec {
  pname = "tex-fmt";
  version = "0.5.2";
  version = "0.5.4";

  src = fetchFromGitHub {
    owner = "WGUNDERWOOD";
    repo = "tex-fmt";
    tag = "v${version}";
    hash = "sha256-3kRtBfIT6QcdZ1+h2WwvxsAv/UJLtwSodF5zvCUDbHQ=";
    hash = "sha256-CAuhIJbe483Qu+wnNfXTkQ3ERAbkt07QzZ7z7pcbl10=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-4kx3co9doFYD9SjJhL17hgf6ll4niKnF57evv/eNeM0=";
  cargoHash = "sha256-ZXoaQYUYut11r6zvvIihZ3myL4B4y5yKq6P1BBtky/c=";

  nativeBuildInputs = [ installShellFiles ];