Skip to content

Commit

Permalink
typstyle: 0.11.32 -> 0.11.34 (#344319)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Sep 25, 2024
2 parents 962b73a + 0614cad commit 1863356
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.32";
version = "0.11.34";

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

cargoHash = "sha256-ZWh2TfByabBi9vCvkpseLV49xzWTKLs8T4x8K/igEu0=";
cargoHash = "sha256-MaqsAQvh30nDzoxgnFKu7+wvRZ7WvwLgKYM3Fru8qfg=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 1863356

Please sign in to comment.