Merge pull request #318662 from r-ryantm/auto-update/valeStyles.proselint

valeStyles.proselint: 0.3.3 -> 0.3.4
This commit is contained in:
Paul Meyer
2024-06-10 07:15:22 +02:00
committed by GitHub
+2 -2
View File
@@ -96,12 +96,12 @@ in
proselint = buildStyle rec {
name = "proselint";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "errata-ai";
repo = "proselint";
rev = "v${version}";
hash = "sha256-faeWr1bRhnKsycJY89WqnRv8qIowUmz3EQvDyjtl63w=";
hash = "sha256-ryKJDX1JrvDWVKLC5qQGctweDf74yuwEXxl/IqumM4s=";
};
meta = {
description = "Vale-compatible implementation of Python's proselint linter";