Unverified Commit 4bb0098b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

typstyle: 0.12.14 -> 0.12.15 (#382581)

parents 880b8fda 92ff8c3e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "typstyle";
  version = "0.12.14";
  version = "0.12.15";

  src = fetchFromGitHub {
    owner = "Enter-tainer";
    repo = "typstyle";
    tag = "v${version}";
    hash = "sha256-TOu/1NiIofY87ttdBPDM2tVRg57FL8v8FCwkf0NFdBQ=";
    hash = "sha256-XenKG41Lu6KZcBS4lkDlMfxti64v5g3ThhnrCCegV2E=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-2BX1Ol7eCWs7b5cIwQWWBwFksQ4HO7NmnoP9D384TUQ=";
  cargoHash = "sha256-GffaULIfjO1FfLKWlhbMvjilrH33TrIJyI9Uj+iJXFs=";

  # Disabling tests requiring network access
  checkFlags = [