Skip to content

Commit

Permalink
Merge pull request #336190 from pbsds/bump-typstyle-1724194463
Browse files Browse the repository at this point in the history
typstyle: 0.11.31 -> 0.11.32
  • Loading branch information
drupol authored Aug 21, 2024
2 parents 908882d + 7de6ca1 commit 922c50d
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 @@ -13,16 +13,16 @@

rustPlatform.buildRustPackage rec {
pname = "typstyle";
version = "0.11.31";
version = "0.11.32";

src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
rev = "refs/tags/v${version}";
hash = "sha256-RJeeYN5bw161UcORKPUkdNExyoWdL6w4ey/p/UCPSG0=";
hash = "sha256-HHn3dPG+dWjuuhQrot2DaqPoj6klNxAdqSrplABIuuE=";
};

cargoHash = "sha256-hBOoFIQxLqrJG7jR0ONlWSzxEVl9ctsR85REJtODZWw=";
cargoHash = "sha256-ZWh2TfByabBi9vCvkpseLV49xzWTKLs8T4x8K/igEu0=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 922c50d

Please sign in to comment.