valeStyles.google: 0.6.1 -> 0.6.2 (#356626)

This commit is contained in:
Nick Cao 2024-11-17 08:28:45 -05:00 committed by GitHub
commit 7a071b7449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,12 +61,12 @@ in
google = buildStyle rec {
name = "Google";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "errata-ai";
repo = "Google";
rev = "v${version}";
hash = "sha256-jSmfUgzlIbDVh2zLtnTNpM/z6dHMp358F9adLZ5+qcw=";
hash = "sha256-ldwK9tMA04H/jTd3dQeRX/sZOwZcyPb+I56cDg0vZDg=";
};
meta = {
description = "Vale-compatible implementation of the Google Developer Documentation Style Guide";