ludtwig: 0.11.0 -> 0.12.0
This commit is contained in:
@@ -6,18 +6,18 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "ludtwig";
|
||||
version = "0.11.0";
|
||||
version = "0.12.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MalteJanz";
|
||||
repo = "ludtwig";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-V0T+yinjTVkAXA604bfEGDzpCd0saNt5S71XFaFqdxg=";
|
||||
hash = "sha256-zRroSPI41PU1sPwvKALWkydGWYJrz5uDJ94uimsCNys=";
|
||||
};
|
||||
|
||||
checkType = "debug";
|
||||
|
||||
cargoHash = "sha256-qR7V7fvWsDsLDRwfvM5UV7iKLGxE722eXvYrZTBtGpQ=";
|
||||
cargoHash = "sha256-cGxstBXNwyzQRNfedTbbO8Qf9C7VlMf2asz7VgQfZaA=";
|
||||
|
||||
meta = {
|
||||
description = "Linter / Formatter for Twig template files which respects HTML and your time";
|
||||
|
||||
Reference in New Issue
Block a user