Commit 92a71cfc authored by R. RyanTM's avatar R. RyanTM
Browse files

scalafmt: 3.10.4 -> 3.10.6

parent 9b1c0a40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

let
  baseName = "scalafmt";
  version = "3.10.4";
  version = "3.10.6";
  deps = stdenv.mkDerivation {
    name = "${baseName}-deps-${version}";
    buildCommand = ''
@@ -19,7 +19,7 @@ let
      cp $(< deps) $out/share/java/
    '';
    outputHashMode = "recursive";
    outputHash = "sha256-i4J7qFdzzcSb3RnYH2vAKFBVdMdW1V4hHcxQvNOEjXg=";
    outputHash = "sha256-ZSVatzkY+6oiVL4MPf3oyFZiTYaXQ0PNfYvS3O/kU+A=";
  };
in
stdenv.mkDerivation {