about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-17 14:40:21 +0800
committerGitHub <noreply@github.com>2021-12-17 14:40:21 +0800
commit14435c7c4e10b40fd35c3584bd839950feb5d663 (patch)
treeba6b804d1b651d85ee65096adfc80e82bec0ec88 /pkgs
parent7eefb66802cf6b5490354d194cc276f559210ff1 (diff)
parent7506d371574f3581483421c94532fc34b3d99817 (diff)
Merge pull request #150636 from JesusMtnezForks/scalafmt
scalafmt: 3.0.8 -> 3.2.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/scalafmt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/scalafmt/default.nix b/pkgs/development/tools/scalafmt/default.nix
index bddcaf1cc8a47..0b4f2f4054802 100644
--- a/pkgs/development/tools/scalafmt/default.nix
+++ b/pkgs/development/tools/scalafmt/default.nix
@@ -2,7 +2,7 @@
 
 let
   baseName = "scalafmt";
-  version = "3.0.8";
+  version = "3.2.1";
   deps = stdenv.mkDerivation {
     name = "${baseName}-deps-${version}";
     buildCommand = ''
@@ -13,7 +13,7 @@ let
     '';
     outputHashMode = "recursive";
     outputHashAlgo = "sha256";
-    outputHash     = "VBU6Jg6Sq3RBy0ym5YbjLjvcfx/85f6wNMmkGVV0W88=";
+    outputHash     = "v1IODq88Wpjm7IxSKmD9Nub3r4XNP+jNT0A6ApX3Cas=";
   };
 in
 stdenv.mkDerivation {