tex-fmt: 0.4.4 -> 0.4.6
This commit is contained in:
parent
782740762f
commit
3035fa3706
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "tex-fmt";
|
pname = "tex-fmt";
|
||||||
version = "0.4.4";
|
version = "0.4.6";
|
||||||
|
|
||||||
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-o8TlD0qxz/0sS45tnBNXYNDzp+VAhH3Ym1odSleD/uw=";
|
hash = "sha256-Ii/z9ZmsWCHxxqUbkcu7HRBuN2LiLCxzUvqRexwQ/Co=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-N3kCeBisjeOAG45QPQhplGRAvj5kebEX4U9pisM/GUQ=";
|
cargoHash = "sha256-2vPxsXKInH18h/AoOWfl0VteUBmxWDzZa6AtpKfY5Hs=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "LaTeX formatter written in Rust";
|
description = "LaTeX formatter written in Rust";
|
||||||
|
Loading…
Reference in New Issue
Block a user