about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-13 17:11:39 +0200
committerGitHub <noreply@github.com>2024-06-13 17:11:39 +0200
commit2891d0debbb4fc4907cc43c2614cda0038183385 (patch)
treed6638498c023a05e885d091eb8140a9672a7f831
parent2d1550114196cfd619e24594ad956f3a072cfbe1 (diff)
parent37c81452f0f043f93faa10efcaf920bf9b5cfc66 (diff)
Merge pull request #319580 from GaetanLepage/typstyle
typstyle: 0.11.25 -> 0.11.26
-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 cc96a0f5005f0..c6640cc6dd626 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.25";
+  version = "0.11.26";
 
   src = fetchFromGitHub {
     owner = "Enter-tainer";
     repo = "typstyle";
     rev = "refs/tags/v${version}";
-    hash = "sha256-wpG+laz1k/zCnEAVOyXzrN2DOECpKWT1nVCuQUwD+p0=";
+    hash = "sha256-zuMsYSiGHJkvI1y+vH77FHzCZFPkYqVoeve2kXwKVDI=";
   };
 
-  cargoHash = "sha256-JeEM2sxVR5qWCPBV1BT097HvkIikwPdZhOa5747e3vQ=";
+  cargoHash = "sha256-PVve8zJvMQuMw4k2fEnjA2viv+f3dNgQ6xmPjbx7EgY=";
 
   nativeBuildInputs = [
     pkg-config