Skip to content

Commit

Permalink
typstyle: 0.12.12 -> 0.12.13 (NixOS#367039)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Dec 21, 2024
2 parents 44bccf4 + 17a3028 commit d54502b
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.12";
version = "0.12.13";

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

useFetchCargoVendor = true;
cargoHash = "sha256-pbsB9mQafgI6PudjeCzOSpk3+iZkkdp/V1zgH8pP7us=";
cargoHash = "sha256-1NZmLH845oXb/IVQzwSv9hqoUGR5ZuGtsk4SCn/s2kk=";

# Disabling tests requiring network access
checkFlags = [
Expand Down

0 comments on commit d54502b

Please sign in to comment.