typstyle: 0.13.13 -> 0.13.14 (#424365)

authored by Gaétan Lepage and committed by GitHub d8954dfb e5b39358

+3 -3
+3 -3
pkgs/by-name/ty/typstyle/package.nix
··· 8 9 rustPlatform.buildRustPackage (finalAttrs: { 10 pname = "typstyle"; 11 - version = "0.13.13"; 12 13 src = fetchFromGitHub { 14 owner = "typstyle-rs"; 15 repo = "typstyle"; 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-IAKCwKekeFekHBjfdC4pi74SXJzCDFoby3n1Z0Pu5q4="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-7TkL/bYcTFAPvr4gu5XPxcJdIuwpTyZ6aOEj/YB9F4I="; 22 23 # Disabling tests requiring network access 24 checkFlags = [
··· 8 9 rustPlatform.buildRustPackage (finalAttrs: { 10 pname = "typstyle"; 11 + version = "0.13.14"; 12 13 src = fetchFromGitHub { 14 owner = "typstyle-rs"; 15 repo = "typstyle"; 16 tag = "v${finalAttrs.version}"; 17 + hash = "sha256-rIbLYV4f+XaEkyIFkJL1Biwg+TnjHi7e9kvIlroiNNA="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-YRsCuGvfSAUz0qsETIUcTKIchdkvleP3xJy0Hz+2BM0="; 22 23 # Disabling tests requiring network access 24 checkFlags = [