ludtwig: 0.8.3 -> 0.9.0
This commit is contained in:
parent
867714911e
commit
a431e9d6b9
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ludtwig";
|
pname = "ludtwig";
|
||||||
version = "0.8.3";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MalteJanz";
|
owner = "MalteJanz";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-nkyi6X9W92yLaSPCg3zk0z/Pwue6dGK09iCDmWliFeg=";
|
hash = "sha256-J5UTVXUExVApA8VVTyhkO2JhpVCK45li9VBN+oM9TBI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkType = "debug";
|
checkType = "debug";
|
||||||
|
|
||||||
cargoHash = "sha256-CZOdxrQ/50xznc8cfvi+6QFmMpPOS1st+yVPtAkZ3/A=";
|
cargoHash = "sha256-czofgV5a9aQoLn4JaBUbytY/aHfgJv3Q8RU2j+fbXo8=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Linter / Formatter for Twig template files which respects HTML and your time";
|
description = "Linter / Formatter for Twig template files which respects HTML and your time";
|
||||||
|
Loading…
Reference in New Issue
Block a user