about summary refs log tree commit diff
path: root/pkgs/by-name/ty
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-05-27 20:25:45 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-05-27 20:25:45 +0200
commite6aa3cace22a2ea064179f2af3975a0df84b52f7 (patch)
treeb22824058950f063d0098a2fcbe9a3d6e19dbde4 /pkgs/by-name/ty
parente7c35fd0d33b7ab96daff54106b4b7ec40f6f3a1 (diff)
typstyle: 0.11.23 -> 0.11.24
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.23...v0.11.24

Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.24/CHANGELOG.md
Diffstat (limited to 'pkgs/by-name/ty')
-rw-r--r--pkgs/by-name/ty/typstyle/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ty/typstyle/package.nix b/pkgs/by-name/ty/typstyle/package.nix
index 0a92f4db41b42..f308dc0bff729 100644
--- a/pkgs/by-name/ty/typstyle/package.nix
+++ b/pkgs/by-name/ty/typstyle/package.nix
@@ -10,16 +10,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "typstyle";
-  version = "0.11.23";
+  version = "0.11.24";
 
   src = fetchFromGitHub {
     owner = "Enter-tainer";
     repo = "typstyle";
     rev = "refs/tags/v${version}";
-    hash = "sha256-42wpXEQdvVgN4aIXUp/t1jnPxqOW9ChxD0YB07PGE5o=";
+    hash = "sha256-FLvbY+0TozOWZ+JTX//psNjle5GxcyeZXzMOf4/s1v0=";
   };
 
-  cargoHash = "sha256-Zp094Hs3850foQ1oGz56qEHY1dDIkXS+iDC7hJlOET0=";
+  cargoHash = "sha256-VA2WNheQltgCaWwtpbEAn2qtlA0fTeEbCjvgkjF+nvw=";
 
   nativeBuildInputs = [
     pkg-config