Merge pull request #285799 from MalteJanz/update/ludtwig/0.8.1

ludtwig: 0.8.0 -> 0.8.2
This commit is contained in:
Mario Rodas 2024-03-01 23:56:59 -05:00 committed by GitHub
commit 4d492e7228
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 5 deletions

View File

@ -11718,6 +11718,12 @@
githubId = 1780588;
name = "Malte Poll";
};
maltejanz = {
email = "service.malte.j@protonmail.com";
github = "MalteJanz";
githubId = 18661391;
name = "Malte Janz";
};
malte-v = {
email = "nixpkgs@mal.tc";
github = "malte-v";

View File

@ -2,23 +2,24 @@
rustPlatform.buildRustPackage rec {
pname = "ludtwig";
version = "0.8.0";
version = "0.8.2";
src = fetchFromGitHub {
owner = "MalteJanz";
repo = pname;
rev = "v${version}";
hash = "sha256-WF3tEf3SuXiH35Ny4RGLzvEW7yMsFcnVTX52e5qvK5g=";
hash = "sha256-nNr0iis+wBd+xKJYQL7OWlQnU1DhKztsPHCq3+tX79w=";
};
checkType = "debug";
cargoHash = "sha256-AbT8Jv6v7EVPX5mIplKaBkGrVonA8YWlMvo46coFMzk=";
cargoHash = "sha256-Utho/foZOPz5K3WrOZjAkxvw7+J0RtbW0xvw/Txu/xk=";
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";
homepage = "https://github.com/MalteJanz/ludtwig";
license = licenses.mit;
maintainers = with maintainers; [ shyim ];
maintainers = with maintainers; [ shyim maltejanz ];
mainProgram = "ludtwig";
};
}