ludtwig: 0.12.0 -> 0.13.0 (#506771)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-05 10:29:53 +00:00
committed by GitHub
+3 -3
View File
@@ -6,18 +6,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ludtwig";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "MalteJanz";
repo = "ludtwig";
rev = "v${finalAttrs.version}";
hash = "sha256-zRroSPI41PU1sPwvKALWkydGWYJrz5uDJ94uimsCNys=";
hash = "sha256-czxfze7irABr5+iGwsJ7wR2kqRwDC6wOFGGxj1SUijw=";
};
checkType = "debug";
cargoHash = "sha256-cGxstBXNwyzQRNfedTbbO8Qf9C7VlMf2asz7VgQfZaA=";
cargoHash = "sha256-gSTWma7zZ4K425Tx8VSyEG5IBQnsoK+B2Rmt895b580=";
meta = {
description = "Linter / Formatter for Twig template files which respects HTML and your time";