From 79a2a6928bd14a2838b491d0edff1e3d0aeb7c53 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 15 Jun 2025 08:19:04 +0200 Subject: [PATCH] typstyle: 0.13.10 -> 0.13.11 Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.13.10...refs/tags/v0.13.11 Changelog: https://github.com/Enter-tainer/typstyle/blob/v0.13.11/CHANGELOG.md --- pkgs/by-name/ty/typstyle/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ty/typstyle/package.nix b/pkgs/by-name/ty/typstyle/package.nix index 078f44f4d80a..a2a335e970e3 100644 --- a/pkgs/by-name/ty/typstyle/package.nix +++ b/pkgs/by-name/ty/typstyle/package.nix @@ -8,17 +8,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "typstyle"; - version = "0.13.10"; + version = "0.13.11"; src = fetchFromGitHub { owner = "Enter-tainer"; repo = "typstyle"; tag = "v${finalAttrs.version}"; - hash = "sha256-q1WnpjN9Ue0yTm6q5hmcVrDj5oxUhyY71GiiVn1QcpM="; + hash = "sha256-fp6UcWD56wWyrk3ZTS1YksydNw0e40NV7dY7Mams3ww="; }; useFetchCargoVendor = true; - cargoHash = "sha256-Ov+RpV/ONjY/zc8PbIo/TXS3TzJUokaccrFfTEjpxok="; + cargoHash = "sha256-BkS/xfVuU3FLjEkE1KEq0K5dNoUSP4XoDkpXLa8Z5Wo="; # Disabling tests requiring network access checkFlags = [