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.
2 parents 1ba9b46 + 7c1682d commit 28c7df6Copy full SHA for 28c7df6
pkgs/by-name/te/tex-fmt/package.nix
@@ -7,17 +7,17 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "tex-fmt";
10
- version = "0.5.2";
+ version = "0.5.4";
11
12
src = fetchFromGitHub {
13
owner = "WGUNDERWOOD";
14
repo = "tex-fmt";
15
tag = "v${version}";
16
- hash = "sha256-3kRtBfIT6QcdZ1+h2WwvxsAv/UJLtwSodF5zvCUDbHQ=";
+ hash = "sha256-CAuhIJbe483Qu+wnNfXTkQ3ERAbkt07QzZ7z7pcbl10=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-4kx3co9doFYD9SjJhL17hgf6ll4niKnF57evv/eNeM0=";
+ cargoHash = "sha256-ZXoaQYUYut11r6zvvIihZ3myL4B4y5yKq6P1BBtky/c=";
21
22
nativeBuildInputs = [ installShellFiles ];
23
0 commit comments