From 1837155ab32b9e27ad7990f03543d45295623179 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Sun, 3 Aug 2025 17:23:54 +0200 Subject: [PATCH] typstyle: 0.13.16 -> 0.13.17 Changelog: https://github.com/typstyle-rs/typstyle/releases/tag/v0.13.17 Diff: https://github.com/typstyle-rs/typstyle/compare/v0.13.16...v0.13.17 --- 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 6571d8502d77..c46865f7bdf8 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.16"; + version = "0.13.17"; src = fetchFromGitHub { owner = "typstyle-rs"; repo = "typstyle"; tag = "v${finalAttrs.version}"; - hash = "sha256-dfw1jyPNZ0LDEZ+pbJt9DWKa4aBlFCAZIgKrZK+AmJw="; + hash = "sha256-JsRMs6ARiXs/S/ybkzNo4giR3BvGbOm8X/UH08kvznU="; }; - cargoHash = "sha256-Eg8i+vsBp0BuxxBWXZisVKiGge25UKfxoK/3Knk+LsU="; + cargoHash = "sha256-G7X5FoWHEWFoLqfHmbuSylG7/xp4aXrSugnGc20oZcE="; # Disabling tests requiring network access checkFlags = [