tex-fmt: 0.4.3 -> 0.4.4
This commit is contained in:
parent
abf4ea19eb
commit
421ea9e137
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "tex-fmt";
|
pname = "tex-fmt";
|
||||||
version = "0.4.3";
|
version = "0.4.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "WGUNDERWOOD";
|
owner = "WGUNDERWOOD";
|
||||||
repo = "tex-fmt";
|
repo = "tex-fmt";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-Atq/eyvdAuaUEeYDIC5D9icD44mcvuhsyuctYAPrBSU=";
|
hash = "sha256-o8TlD0qxz/0sS45tnBNXYNDzp+VAhH3Ym1odSleD/uw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-ShF2Z5Od/pgsNRM6WmxxFeE67pYZin1q4RR6nVmbrsA=";
|
cargoHash = "sha256-N3kCeBisjeOAG45QPQhplGRAvj5kebEX4U9pisM/GUQ=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "LaTeX formatter written in Rust";
|
description = "LaTeX formatter written in Rust";
|
||||||
|
Loading…
Reference in New Issue
Block a user