Loading pkgs/by-name/ty/typstyle/package.nix +11 −3 Original line number Diff line number Diff line Loading @@ -6,20 +6,23 @@ , zlib , stdenv , darwin , nix-update-script , testers , typstyle }: rustPlatform.buildRustPackage rec { pname = "typstyle"; version = "0.11.24"; version = "0.11.25"; src = fetchFromGitHub { owner = "Enter-tainer"; repo = "typstyle"; rev = "refs/tags/v${version}"; hash = "sha256-FLvbY+0TozOWZ+JTX//psNjle5GxcyeZXzMOf4/s1v0="; hash = "sha256-wpG+laz1k/zCnEAVOyXzrN2DOECpKWT1nVCuQUwD+p0="; }; cargoHash = "sha256-VA2WNheQltgCaWwtpbEAn2qtlA0fTeEbCjvgkjF+nvw="; cargoHash = "sha256-JeEM2sxVR5qWCPBV1BT097HvkIikwPdZhOa5747e3vQ="; nativeBuildInputs = [ pkg-config Loading @@ -40,6 +43,11 @@ rustPlatform.buildRustPackage rec { "--skip=e2e" ]; passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = typstyle; }; }; meta = { changelog = "https://github.com/Enter-tainer/typstyle/blob/${src.rev}/CHANGELOG.md"; description = "Format your typst source code"; Loading Loading
pkgs/by-name/ty/typstyle/package.nix +11 −3 Original line number Diff line number Diff line Loading @@ -6,20 +6,23 @@ , zlib , stdenv , darwin , nix-update-script , testers , typstyle }: rustPlatform.buildRustPackage rec { pname = "typstyle"; version = "0.11.24"; version = "0.11.25"; src = fetchFromGitHub { owner = "Enter-tainer"; repo = "typstyle"; rev = "refs/tags/v${version}"; hash = "sha256-FLvbY+0TozOWZ+JTX//psNjle5GxcyeZXzMOf4/s1v0="; hash = "sha256-wpG+laz1k/zCnEAVOyXzrN2DOECpKWT1nVCuQUwD+p0="; }; cargoHash = "sha256-VA2WNheQltgCaWwtpbEAn2qtlA0fTeEbCjvgkjF+nvw="; cargoHash = "sha256-JeEM2sxVR5qWCPBV1BT097HvkIikwPdZhOa5747e3vQ="; nativeBuildInputs = [ pkg-config Loading @@ -40,6 +43,11 @@ rustPlatform.buildRustPackage rec { "--skip=e2e" ]; passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = typstyle; }; }; meta = { changelog = "https://github.com/Enter-tainer/typstyle/blob/${src.rev}/CHANGELOG.md"; description = "Format your typst source code"; Loading