From 3f659ad1617f7235f0279fb1772311553dec217d Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Fri, 17 Jul 2026 11:39:20 +0200 Subject: [PATCH] typst: 0.15.0 -> 0.15.1 Changelog: https://github.com/typst/typst/releases/tag/v0.15.1 Diff: https://github.com/typst/typst/compare/v0.15.0...v0.15.1 --- pkgs/by-name/ty/typst/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ty/typst/package.nix b/pkgs/by-name/ty/typst/package.nix index 74d000021995..ffc15e22a7fb 100644 --- a/pkgs/by-name/ty/typst/package.nix +++ b/pkgs/by-name/ty/typst/package.nix @@ -12,14 +12,14 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "typst"; - version = "0.15.0"; + version = "0.15.1"; __structuredAttrs = true; src = fetchFromGitHub { owner = "typst"; repo = "typst"; tag = "v${finalAttrs.version}"; - hash = "sha256-R8hgStbn/oWN+FklUkbuKnODTToRvvw3XSE0AxN/EG0="; + hash = "sha256-Z0DM/fBKIvA8y53GUlPrgthnXfOFbnzuPCOM9/ssrI8="; leaveDotGit = true; postFetch = '' cd $out @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ''; }; - cargoHash = "sha256-g+w0fkATxnWNcLuNrEMzI52psPKXMrsWqnHgfXNc8tI="; + cargoHash = "sha256-+/2L4o9d8UENPtJAD/sSqf5ysOfHJYZgnvhOAoRdK40="; nativeBuildInputs = [ installShellFiles