Skip to content

Commit ef688ab

Browse files
committed
1 parent 836aba1 commit ef688ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ty/typstyle/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "typstyle";
11-
version = "0.12.4";
11+
version = "0.12.5";
1212

1313
src = fetchFromGitHub {
1414
owner = "Enter-tainer";
1515
repo = "typstyle";
1616
rev = "refs/tags/v${version}";
17-
hash = "sha256-PMx7vo0HPknrZUQooehuFYRTfiWSpLYw03zcfVuNNEc=";
17+
hash = "sha256-28+B7lov2sUBDZUGHKBL1XzOM9q43idllQ0CPlZEdOw=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-ughfZ9+oR7vjlBW7jl0w99FM8eEUYODh6jJ0no8tNvI=";
21+
cargoHash = "sha256-rSPXfGZXwrnCeG9RgjQdKQkacI4phzRF3AwfKu17Yvc=";
2222

2323
# Disabling tests requiring network access
2424
checkFlags = [

0 commit comments

Comments
 (0)