typstyle: 0.12.12 -> 0.12.13 (#367039)

authored by Pol Dellaiera and committed by GitHub d54502b8 44bccf4c

+3 -3
+3 -3
pkgs/by-name/ty/typstyle/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "typstyle"; 11 - version = "0.12.12"; 12 13 src = fetchFromGitHub { 14 owner = "Enter-tainer"; 15 repo = "typstyle"; 16 tag = "v${version}"; 17 - hash = "sha256-oQnZm+BkccHN3xXSe1yBus3m4JKyCBKM9kkJz+QryR0="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-pbsB9mQafgI6PudjeCzOSpk3+iZkkdp/V1zgH8pP7us="; 22 23 # Disabling tests requiring network access 24 checkFlags = [
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "typstyle"; 11 + version = "0.12.13"; 12 13 src = fetchFromGitHub { 14 owner = "Enter-tainer"; 15 repo = "typstyle"; 16 tag = "v${version}"; 17 + hash = "sha256-mEpMKXN07qjQ+qQSSTKVKss0c/x4bm0K5WcwLTjdejs="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-1NZmLH845oXb/IVQzwSv9hqoUGR5ZuGtsk4SCn/s2kk="; 22 23 # Disabling tests requiring network access 24 checkFlags = [