Skip to content

Commit

Permalink
typstyle: 0.12.10 -> 0.12.12 (#365636)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 16, 2024
2 parents 58583e8 + 8d7fd76 commit 0b3c2fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ty/typstyle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
pname = "typstyle";
version = "0.12.10";
version = "0.12.12";

src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
tag = "v${version}";
hash = "sha256-nrsfp0T4QYLZw5F5R4iTewUjlZOErc/15c0O6O9BFBE=";
hash = "sha256-oQnZm+BkccHN3xXSe1yBus3m4JKyCBKM9kkJz+QryR0=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-gPsZRdksX+7sZWK7V/q17oZmN2kgQkApC66/3KowDCI=";
cargoHash = "sha256-pbsB9mQafgI6PudjeCzOSpk3+iZkkdp/V1zgH8pP7us=";

# Disabling tests requiring network access
checkFlags = [
Expand All @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
};

meta = {
changelog = "https://github.com/Enter-tainer/typstyle/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/Enter-tainer/typstyle/blob/${src.tag}/CHANGELOG.md";
description = "Format your typst source code";
homepage = "https://github.com/Enter-tainer/typstyle";
license = lib.licenses.asl20;
Expand Down

0 comments on commit 0b3c2fa

Please sign in to comment.