Merge pull request #318660 from r-ryantm/auto-update/valeStyles.write-good

valeStyles.write-good: 0.4.0 -> 0.4.1
This commit is contained in:
Paul Meyer 2024-06-10 07:16:25 +02:00 committed by GitHub
commit 5c8e25b3f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";