Merge pull request #300840 from r-ryantm/auto-update/google-java-format

google-java-format: 1.21.0 -> 1.22.0
This commit is contained in:
Weijia Wang 2024-04-02 14:45:27 +02:00 committed by GitHub
commit f05cc5bb36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "google-java-format";
version = "1.21.0";
version = "1.22.0";
src = fetchurl {
url = "https://github.com/google/google-java-format/releases/download/v${version}/google-java-format-${version}-all-deps.jar";
sha256 = "sha256-Hmn4tjw5pRJKjvt7rSE+uawDlEM565WAriELDGBWXZs=";
sha256 = "sha256-FrKh7pOGhsix2Iq/GeuD39DWI87p3m/G0JmAIU+BbT8=";
};
dontUnpack = true;