Unverified Commit 426e9b21 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

google-java-format: 1.34.1 -> 1.35.0 (#496206)

parents 9ee1c3d8 d45e1a75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "google-java-format";
  version = "1.34.1";
  version = "1.35.0";

  src = fetchurl {
    url = "https://github.com/google/google-java-format/releases/download/v${version}/google-java-format-${version}-all-deps.jar";
    sha256 = "sha256-eeHLXIvWmMVywK5QTQeBYSm4/AYgT7SVUL7IO9XqCqg=";
    sha256 = "sha256-v7f56tbNMoOJvC2lOGBEO8DoBd/QjMiJv99Dsmyypug=";
  };

  dontUnpack = true;