Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

typstyle: 0.13.17 -> 0.13.18

+3 -3
+3 -3
pkgs/by-name/ty/typstyle/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage (finalAttrs: { 10 10 pname = "typstyle"; 11 - version = "0.13.17"; 11 + version = "0.13.18"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "typstyle-rs"; 15 15 repo = "typstyle"; 16 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-JsRMs6ARiXs/S/ybkzNo4giR3BvGbOm8X/UH08kvznU="; 17 + hash = "sha256-sQZbk4XlhpFR4FUgD7Z0EoZVUMQaJQ2baTWbOp4I3QA="; 18 18 }; 19 19 20 - cargoHash = "sha256-G7X5FoWHEWFoLqfHmbuSylG7/xp4aXrSugnGc20oZcE="; 20 + cargoHash = "sha256-anA7jJEK/Wr6trpc/6x2kExt8j9J3fxxgpWusQbbPaM="; 21 21 22 22 # Disabling tests requiring network access 23 23 checkFlags = [