From 21f06a08abcc4e00c6c9498dda2de474426cfce9 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Wed, 29 Oct 2025 15:39:38 +0100 Subject: [PATCH] typstyle: 0.13.18 -> 0.13.19 Changelog: https://github.com/typstyle-rs/typstyle/releases/tag/v0.13.19 Diff: https://github.com/typstyle-rs/typstyle/compare/v0.13.18...v0.13.19 --- 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 2115346fa317..9ada6d87e258 100644 --- a/pkgs/by-name/ty/typstyle/package.nix +++ b/pkgs/by-name/ty/typstyle/package.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "typstyle"; - version = "0.13.18"; + version = "0.13.19"; src = fetchFromGitHub { owner = "typstyle-rs"; repo = "typstyle"; tag = "v${finalAttrs.version}"; - hash = "sha256-sQZbk4XlhpFR4FUgD7Z0EoZVUMQaJQ2baTWbOp4I3QA="; + hash = "sha256-8gM20/dGe6VH36C2y0rcMV1aKT7aAxHhy4TigTKbCxM="; }; - cargoHash = "sha256-anA7jJEK/Wr6trpc/6x2kExt8j9J3fxxgpWusQbbPaM="; + cargoHash = "sha256-CIU616FI26WtRceI/vZbaJgOm7532i0uzCzfhMz6plc="; # Disabling tests requiring network access checkFlags = [