about summary refs log tree commit diff
path: root/pkgs/development/tools/scalafmt
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2020-07-06 20:37:05 +0200
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2020-07-06 20:37:40 +0200
commite8cb5d5d1456530dc1081900426baf3ee50fbd1e (patch)
tree9e0355002632ce7eb7a9389774093f10de349b07 /pkgs/development/tools/scalafmt
parent1085c056376041af71e8f1cf72c1ed4a4db01dc6 (diff)
scalafmt: 2.5.2 -> 2.6.2
Diffstat (limited to 'pkgs/development/tools/scalafmt')
-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 0905c27d4c1cc..c445026193b32 100644
--- a/pkgs/development/tools/scalafmt/default.nix
+++ b/pkgs/development/tools/scalafmt/default.nix
@@ -2,7 +2,7 @@
 
 let
   baseName = "scalafmt";
-  version = "2.5.2";
+  version = "2.6.2";
   deps = stdenv.mkDerivation {
     name = "${baseName}-deps-${version}";
     buildCommand = ''
@@ -13,7 +13,7 @@ let
     '';
     outputHashMode = "recursive";
     outputHashAlgo = "sha256";
-    outputHash     = "14sfpzhd7r8srl9qyrdfqwmgrircqsgrr5hwvg8h1vaiwakq7m00";
+    outputHash     = "1q2bsc6vqgbgzg8hcz8pn6vl3263ghjfbkn93vijvmz0ivc806j4";
   };
 in
 stdenv.mkDerivation {