Skip to content

Commit

Permalink
typstyle: 0.12.8 -> 0.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 8, 2024
1 parent 6e69829 commit 71177e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.8";
version = "0.12.9";

src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
tag = "v${version}";
hash = "sha256-JGRFZBPWG2pFur7K9JvQub5Fx4HvdyR+0hQFLI1tpo4=";
hash = "sha256-iKtOE/JP77NsYMYPuMJtMMp2qryS4es4IlircekMhbc=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-YmG2UO9dkdrEULVieSdzd+NgqFaYOHojnrjHUi2ME8Q=";
cargoHash = "sha256-p6S8YRysEyLCo+082AtwFHYzv+p8JjWhvcWPInGYmvQ=";

# Disabling tests requiring network access
checkFlags = [
Expand Down

0 comments on commit 71177e2

Please sign in to comment.