htmlhint: 1.2.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2025-06-06 09:40:25 +00:00
parent 66576dcd9e
commit ff6a188dc5

View file

@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "htmlhint";
version = "1.2.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "htmlhint";
repo = "HTMLHint";
rev = "v${version}";
hash = "sha256-kn1HwOHJq4B+R/YIFQvvvG4efA7iVUVWLV8vfzbNEpA=";
hash = "sha256-h40diAM96jQRXIaPqDoQCoB4guMJCMIr9MxbpB7bb8A=";
};
npmDepsHash = "sha256-8YeaMU/maXN8Vvy5BYqge4Ky5/Ln4GJ7stVe3y+8uU4=";
npmDepsHash = "sha256-VCeMyreQb9DjX1Leyt0vvoejdgG11Rhs3PAFsieeSCs=";
meta = {
changelog = "https://github.com/htmlhint/HTMLHint/blob/${src.rev}/CHANGELOG.md";