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

mitex: 0.2.6 -> 0.2.7 (#510252)

parents 4c8f3d66 f0f0ca57
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "mitex";
  version = "0.2.6";
  version = "0.2.7";

  src = fetchFromGitHub {
    owner = "mitex-rs";
    repo = "mitex";
    tag = finalAttrs.version;
    hash = "sha256-ec/vocq+gU3zbFU2zNTLuHWmte9t8riYlgpS8BzxJBE=";
    hash = "sha256-LoGgRiIQQEKvyYIVjvEjg7OuzDl5hmPsrnunDMPfPLI=";
  };

  cargoHash = "sha256-AKQrIehctDlG06R21Ia14IC7Yj2/mq/VKPOyIdDBS2g=";
  cargoHash = "sha256-Y/RCUAPohQ7lKPUM07zXM/2/RQpqUmF7cr19GUVVk4Y=";

  nativeBuildInputs = [ typst ];