summary refs log tree commit diff
path: root/pkgs/development/tools/scalafmt/default.nix
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2019-10-25 13:21:33 +0200
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2019-10-25 13:22:20 +0200
commita48709ba7e5535e23ef34233bf09071cdc34f55c (patch)
tree83feaa9bc7a194410646e1528c9f4721e2da11f0 /pkgs/development/tools/scalafmt/default.nix
parent99df22190cfd8c6261ca3dc641391a75b6a2ff2e (diff)
downloadnixpkgs-a48709ba7e5535e23ef34233bf09071cdc34f55c.tar
nixpkgs-a48709ba7e5535e23ef34233bf09071cdc34f55c.tar.gz
nixpkgs-a48709ba7e5535e23ef34233bf09071cdc34f55c.tar.bz2
nixpkgs-a48709ba7e5535e23ef34233bf09071cdc34f55c.tar.lz
nixpkgs-a48709ba7e5535e23ef34233bf09071cdc34f55c.tar.xz
nixpkgs-a48709ba7e5535e23ef34233bf09071cdc34f55c.tar.zst
nixpkgs-a48709ba7e5535e23ef34233bf09071cdc34f55c.zip
scalafmt: 2.0.1 -> 2.2.1
Diffstat (limited to 'pkgs/development/tools/scalafmt/default.nix')
-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 1f789a6ade5..234d770fdb0 100644
--- a/pkgs/development/tools/scalafmt/default.nix
+++ b/pkgs/development/tools/scalafmt/default.nix
@@ -2,7 +2,7 @@
 
 let
   baseName = "scalafmt";
-  version = "2.0.1";
+  version = "2.2.1";
   deps = stdenv.mkDerivation {
     name = "${baseName}-deps-${version}";
     buildCommand = ''
@@ -13,7 +13,7 @@ let
     '';
     outputHashMode = "recursive";
     outputHashAlgo = "sha256";
-    outputHash     = "1k5qn0w6hqql8yqhlma67ilp8hf0xwxwkzvwg8bkky1jvsapjsl5";
+    outputHash     = "0wk43kmzwr49i3fl4vc0lhxcxc62ssaw1yap9g856vg33m95azl1";
   };
 in
 stdenv.mkDerivation {