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

google-java-format: 1.22.0 -> 1.23.0
This commit is contained in:
Florian 2024-07-31 08:39:00 +02:00 committed by GitHub
commit fe1817e75e
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.22.0";
version = "1.23.0";
src = fetchurl {
url = "https://github.com/google/google-java-format/releases/download/v${version}/google-java-format-${version}-all-deps.jar";
sha256 = "sha256-FrKh7pOGhsix2Iq/GeuD39DWI87p3m/G0JmAIU+BbT8=";
sha256 = "sha256-fGN1rCS0glvmu+YZAOi1ixo+iUShNnqDYyEPntLQhXA=";
};
dontUnpack = true;