Unverified Commit d8954dfb authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

typstyle: 0.13.13 -> 0.13.14 (#424365)

parents e5b39358 57bc18e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "typstyle";
  version = "0.13.13";
  version = "0.13.14";

  src = fetchFromGitHub {
    owner = "typstyle-rs";
    repo = "typstyle";
    tag = "v${finalAttrs.version}";
    hash = "sha256-IAKCwKekeFekHBjfdC4pi74SXJzCDFoby3n1Z0Pu5q4=";
    hash = "sha256-rIbLYV4f+XaEkyIFkJL1Biwg+TnjHi7e9kvIlroiNNA=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-7TkL/bYcTFAPvr4gu5XPxcJdIuwpTyZ6aOEj/YB9F4I=";
  cargoHash = "sha256-YRsCuGvfSAUz0qsETIUcTKIchdkvleP3xJy0Hz+2BM0=";

  # Disabling tests requiring network access
  checkFlags = [