We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836aba1 commit ef688abCopy full SHA for ef688ab
pkgs/by-name/ty/typstyle/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "typstyle";
11
- version = "0.12.4";
+ version = "0.12.5";
12
13
src = fetchFromGitHub {
14
owner = "Enter-tainer";
15
repo = "typstyle";
16
rev = "refs/tags/v${version}";
17
- hash = "sha256-PMx7vo0HPknrZUQooehuFYRTfiWSpLYw03zcfVuNNEc=";
+ hash = "sha256-28+B7lov2sUBDZUGHKBL1XzOM9q43idllQ0CPlZEdOw=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-ughfZ9+oR7vjlBW7jl0w99FM8eEUYODh6jJ0no8tNvI=";
+ cargoHash = "sha256-rSPXfGZXwrnCeG9RgjQdKQkacI4phzRF3AwfKu17Yvc=";
22
23
# Disabling tests requiring network access
24
checkFlags = [
0 commit comments