ludtwig: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2026-03-26 21:36:23 +00:00
parent 52af87695d
commit 12a71eb6fc
+3 -3
View File
@@ -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";