mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
Merge pull request #285799 from MalteJanz/update/ludtwig/0.8.1
ludtwig: 0.8.0 -> 0.8.2
This commit is contained in:
commit
4d492e7228
@ -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";
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user