From 6bd4b696665cf05599f78036923d3270712cdf2c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 8 Aug 2024 22:51:45 +0200 Subject: [PATCH] typstyle: 0.11.30 -> 0.11.31 Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.30...v0.11.31 Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.31/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 ddd9037a254a..8080de5aa58f 100644 --- a/pkgs/by-name/ty/typstyle/package.nix +++ b/pkgs/by-name/ty/typstyle/package.nix @@ -13,16 +13,16 @@ rustPlatform.buildRustPackage rec { pname = "typstyle"; - version = "0.11.30"; + version = "0.11.31"; src = fetchFromGitHub { owner = "Enter-tainer"; repo = "typstyle"; rev = "refs/tags/v${version}"; - hash = "sha256-pdIgngLn0y4+N4nD5b6E8UL1ftinWO9ofde1Vw3Pn7o="; + hash = "sha256-RJeeYN5bw161UcORKPUkdNExyoWdL6w4ey/p/UCPSG0="; }; - cargoHash = "sha256-+iBxVTwAzYpLio9BKD1hYsTw4GgK6CkmbyM5QIiswck="; + cargoHash = "sha256-hBOoFIQxLqrJG7jR0ONlWSzxEVl9ctsR85REJtODZWw="; nativeBuildInputs = [ pkg-config