valeStyles.write-good: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2024-06-10 00:54:00 +00:00
parent faf7b38491
commit 0b8b3b1ccf

View File

@ -128,12 +128,12 @@ in
write-good = buildStyle rec {
name = "write-good";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "errata-ai";
repo = "write-good";
rev = "v${version}";
hash = "sha256-KQzY6MeHV/owPVmUAfzGUO0HmFPkD7wdQqOvBkipwP8=";
hash = "sha256-W/eHlXklAVlAnY8nLPi/SIKsg8UUnH8UkH99BDo5yKk=";
};
meta = {
description = "Vale-compatible implementation of the write-good linter";