From ad8675b238575bb8dcf4ab2f6cc31fe9ead58d9b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 30 Apr 2025 19:52:11 +0200 Subject: [PATCH] typstyle: 0.13.3 -> 0.13.4 Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.13.3...refs/tags/v0.13.4 Changelog: https://github.com/Enter-tainer/typstyle/blob/v0.13.4/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 8eeaf3f2cd73..325b4803f6bb 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.3"; + version = "0.13.4"; src = fetchFromGitHub { owner = "Enter-tainer"; repo = "typstyle"; tag = "v${finalAttrs.version}"; - hash = "sha256-IcQphXFtyvJVWfcrJbumLUqgUpRCyRg0asziuDwDl84="; + hash = "sha256-8CSlxkF60OH1uJz7kCPhmHrSXo9C2mlkw0DxO7gUKVk="; }; useFetchCargoVendor = true; - cargoHash = "sha256-hwUVhPkq6EVYiRmEV7DPzseO7Ip4tl7+h9A2efmlpEs="; + cargoHash = "sha256-Z0+c2+87rhkiRUVr5udS1iJjMoEUlxsPR4KLjqGmlHs="; # Disabling tests requiring network access checkFlags = [